Skip to content

Commit

Permalink
Merge pull request #320 from genomic-medicine-sweden/fix-bwa-output-bug
Browse files Browse the repository at this point in the history
Fix bwa output bug
  • Loading branch information
svartapaerlan authored Jun 11, 2024
2 parents f16e5e6 + 32cab91 commit c129653
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- ShigaPass URL fixed
- Fix qc channel regarding `mycobacterium_tuberculosis`
- Fixed qc channel regarding `mycobacterium_tuberculosis`
- Fixed bwa output file bug

### Changed

Expand Down
2 changes: 1 addition & 1 deletion nextflow-modules/modules/bwa/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ process bwa_mem {
-t $task.cpus \\
\$INDEX \\
${reads.join(' ')} \\
| samtools sort $args2 --threads ${task.cpus} -o ${sampleName}.bam -
| samtools sort $args2 --threads ${task.cpus} -o $output -
cat <<-END_VERSIONS > ${sampleName}_${task.process}_versions.yml
${task.process}:
Expand Down

0 comments on commit c129653

Please sign in to comment.