Skip to content

Commit

Permalink
Update sequence_processing_pipeline/templates/nuqc_job.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel McDonald <[email protected]>
  • Loading branch information
charles-cowart and wasade authored Jun 13, 2024
1 parent 1b1b4ef commit de6b479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sequence_processing_pipeline/templates/nuqc_job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function mux-runner () {
fastq_pair -t 50000000 ${jobd}/reads.r1.fastq ${jobd}/reads.r2.fastq

# keep seqs.movi.txt and migrate it to NuQCJob directory.
mv ${jobd}/seqs.movi.txt {{output_path}}/seqs.movi.${SLURM_ARRAY_TASK_ID}.txt
mv ${jobd}/seqs.movi.txt.gz {{output_path}}/seqs.movi.${SLURM_ARRAY_TASK_ID}.txt.gz
}
export -f mux-runner

Expand Down

0 comments on commit de6b479

Please sign in to comment.