akikuno/DAJIN2: 0.4.3
Description
<!-- ## 💥 Breaking -->
📝 Documentation
- Update example dataset and a description of README.md/README_JP.md Commit Detail
<!-- ## 🚀 New Features -->
🐛 Bug Fixes
Update
preprocess.genome_fetcher_fetch_seq_coordinatesto 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_exporterto 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- Thank you @takeiga for reporting the issue #24 !
🔧 Maintenance
Change
threshold_readnumberatlabem_merger.merge_labelsfrom 10 to 5 to capture 1% alleles from 500 total reads. Commit DetailUpdate the
requirements.txtto install a newer version of the library. Commit DetailUpdate
report.report_bamand rename toreport.bam_exporter: Commit Detail- Use UUID instead of random number for the temporary file name.
- Rename
realigntorecalculate_sam_coodinates_to_referencefor the readability of the function name. - Add
convert_pos_to_one_indexedto convert the 0-based position to 1-based position and suppress samtools warning.- Warning:
[W::sam_parse1] mapped query cannot have zero coordinate; treated as unmapped
- Warning:
- Add tests for the
write_sam_to_bamfunction
Move
read_samfunction from sam_handler to io module. Commit DetailRename
report.report_mutation,report.report_filestoreport.mutation_exporterandreport.sequence_exporterto be more explicit. Commit Detail
Files
akikuno/DAJIN2-0.4.3.zip
Files
(122.8 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:e9c7cc6b684ef6f1863c136bec93c3fb
|
122.8 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/akikuno/DAJIN2/tree/0.4.3 (URL)