Replies: 3 comments 10 replies
-
I try also bwa mem2 #582 |
Beta Was this translation helpful? Give feedback.
-
The problem is more with pileup! Is this an error of counting paired-end reads only once or is there a threshold for why the reads are not counted with pileup? Here is the log from pileup and the output from stamtool stats. pileup output:java -ea -Xmx51G -cp /gpfs/nihs/microbiome/Software/anaconda/Anaconda3-ATLAS/ATLAS_DATABASES/conda_envs/fe227e748e1ba3565890f0e6ee62c2d6_/opt/bbmap-39.01-0/current/ jgi.CoveragePileup in=genomes/alignments/sample1.bam threads=8 -Xmx51G covstats=genomes/alignments/coverage/sample1.tsv.gz fastaorf=genomes/all_orfs.fasta outorf=genomes/alignments/orf_coverage/sample1.tsv.gz concise=t physical=t bincov=genomes/alignments/coverage_binned/sample1.tsv.gz Set threads to 8 Percent mapped: 50.362 Time: 6.598 seconds. samtools stats output:reads mapped and paired: 1026640 # paired-end technology bit set + both mates mapped |
Beta Was this translation helpful? Give feedback.
-
Hi @SilasK I just wanted to test the minimap2 solution, but the new rules refer to scripts from the github snakemake-wrapper repository. The computation nodes in our cluster do not have internet access so the rules e.g. from the cluster log:
|
Beta Was this translation helpful? Give feedback.
-
I wanted to change the aligner used in atlas recently.
For a long time, there was an error in bbmap which let it ignore the minimum identity threshold.
I thought usign minimap would be a good idea. https://lh3.github.io/2018/04/02/minimap2-and-the-future-of-bwa
I implemented minimap mapping for contigs #577 and genomes #578
When tested I see that now only 50% of reads are mapped to the genomes using the test data, where as almost all reads got mapped using bbsplit. The test data is a simulated metagenome from the 3 small genomes. The mutation rate used to generate the reads could be too high. There is als no parameter to modify the alignment with minimap2 e.g. min id.
Does someone want to compare the two mappers on real data?
@Waschina or @jmtsuji Do you have any idea?
Beta Was this translation helpful? Give feedback.
All reactions