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 e74b369 commit 1b1b4ef
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 @@ -125,7 +125,7 @@ function mux-runner () {
{{movi_path}} query \
--index /scratch/movi_hg38_chm13_hprc94 \
--read <(zcat ${jobd}/seqs.r1.ALIGN.fastq.gz) \
--stdout > ${jobd}/seqs.movi.txt
--stdout | gzip > ${jobd}/seqs.movi.txt.gz

python {{pmls_path}} <(zcat ${jobd}/seqs.movi.txt.gz) | \
seqtk subseq ${jobd}/seqs.r1.ALIGN.fastq.gz - | gzip > ${jobd}/seqs.r1.final.fastq.gz
Expand Down

0 comments on commit 1b1b4ef

Please sign in to comment.