Mercurial > repos > devteam > bwa
comparison bwa.xml @ 23:3fe632431b68 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit 777181bd04849dab271ee2cc95e45c182947d308"
author | iuc |
---|---|
date | Tue, 19 May 2020 11:29:11 -0400 |
parents | 8d2a528a9513 |
children | e188dc7a68e6 |
comparison
equal
deleted
inserted
replaced
22:01ac0a5fedc3 | 23:3fe632431b68 |
---|---|
207 #end if | 207 #end if |
208 @read_group_options@ | 208 @read_group_options@ |
209 '${reference_fasta_filename}' first.sai '${input_type.bam_input}' | 209 '${reference_fasta_filename}' first.sai '${input_type.bam_input}' |
210 #end if | 210 #end if |
211 | 211 |
212 | samtools sort -@\${GALAXY_SLOTS:-2} -O bam -o '$bam_output' | 212 | samtools sort -@\${GALAXY_SLOTS:-2} -T "\${TMPDIR:-.}" -O bam -o '$bam_output' |
213 ]]> | 213 ]]> |
214 </command> | 214 </command> |
215 | 215 |
216 <inputs> | 216 <inputs> |
217 <expand macro="reference_source_conditional"/> | 217 <expand macro="reference_source_conditional"/> |