Skip to content
Snippets Groups Projects
Commit e52bb115 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Fix SE alignSampleSummary output name

parent a697e78b
Branches
Tags
2 merge requests!37v0.0.1,!33Resolve "process_qc"
Pipeline #6818 passed with stages
in 9 hours, 3 minutes, and 53 seconds
......@@ -406,7 +406,7 @@ process alignSampleData {
if [ "${ends}" == "se" ]
then
echo "LOG: running Hisat2 with single-end settings" >> ${repRID}.${ref}.alignSampleData.err
hisat2 -p `nproc` --add-chrname -S ${ref}.sampled.sam -x hisat2/genome -U ${fastq1} --summary-file ${repRID}.alignSampleSummary.txt --new-summary 1>> ${repRID}.${ref}.alignSampleData.out 2>> ${repRID}.${ref}.alignSampleData.err
hisat2 -p `nproc` --add-chrname -S ${ref}.sampled.sam -x hisat2/genome -U ${fastq1} --summary-file ${ref}.alignSampleSummary.txt --new-summary 1>> ${repRID}.${ref}.alignSampleData.out 2>> ${repRID}.${ref}.alignSampleData.err
elif [ "${ends}" == "pe" ]
then
echo "LOG: running Hisat2 with paired-end settings" >> ${repRID}.${ref}.alignSampleData.err
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment