Skip to content

Commit

Permalink
changed params.bam directory error (aligned > alignment)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicaw9910 committed Jul 19, 2024
1 parent 8b60491 commit 4fe2b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextflow/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ params.fastp_json = "${params.outDir}/fastp/*fastp.json"
params.fastqc_fastq = "${params.outDir}/fastqc/fastq/*/*"
params.fastqc_fastp = "${params.outDir}/fastqc/fastp/*/*"

params.bam = "${params.outDir}/aligned/*.Aligned.sortedByCoord.out.bam"
params.bam = "${params.outDir}/alignment/*.Aligned.sortedByCoord.out.bam"

log.info """\
STAR RNA-Seq NextFlow Pipeline (Reference-Based)
Expand Down

0 comments on commit 4fe2b57

Please sign in to comment.