Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v0.4.3 (2024-03-29)
📝 Documentation
🐛 Bug Fixes
Update
preprocess.genome_fetcher_fetch_seq_coordinates
to accurately verify that the entire length of the input sequence is present within the reference sequence. Previously, partial 100% matches were inadvertently accepted; this revision aims to ensure the full alignment of the input sequence with the reference. Commit DetailUpdate
report.bam_exporter
to be case-sensitive and consistent with directory names. This is to avoid errors caused by the difference between report/bam and report/BAM on Ubuntu, which is case-sensitive to directory names. Commit Detail🔧 Maintenance
Change
threshold_readnumber
atlabem_merger.merge_labels
from 10 to 5 to capture 1% alleles from 500 total reads. Commit DetailUpdate the
requirements.txt
to install a newer version of the library. Commit DetailUpdate
report.report_bam
and rename toreport.bam_exporter
: Commit Detailrealign
torecalculate_sam_coodinates_to_reference
for the readability of the function name.convert_pos_to_one_indexed
to convert the 0-based position to 1-based position and suppress samtools warning.[W::sam_parse1] mapped query cannot have zero coordinate; treated as unmapped
write_sam_to_bam
functionMove
read_sam
function from sam_handler to io module. Commit DetailRename
report.report_mutation
,report.report_files
toreport.mutation_exporter
andreport.sequence_exporter
to be more explicit. Commit Detail