Skip to content

Commit

Permalink
bwa mem -> bowtie2 as aligner
Browse files Browse the repository at this point in the history
update an image and some other stuff before trying ...
  • Loading branch information
sergpolly authored May 14, 2019
1 parent e3e80aa commit a510c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distiller.nf
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ process map_parse_sort_chunks {
"""
TASK_TMP_DIR=\$(mktemp -d -p ${task.distillerTmpDir} distiller.tmp.XXXXXXXXXX)
touch ${library}.${run}.${ASSEMBLY_NAME}.${chunk}.bam
bwa mem -t ${bwa_threads} ${mapping_options} -SP ${bwa_index_base} ${fastq1} ${fastq2} \
bowtie2 -p ${bwa_threads} ${mapping_options} -x ${bwa_index_base} -1 ${fastq1} -2 ${fastq2} \
${keep_unparsed_bams_command} \
| pairtools parse ${dropsam_flag} ${dropreadid_flag} ${dropseq_flag} \
${parsing_options} \
Expand Down

0 comments on commit a510c40

Please sign in to comment.