Skip to content
Snippets Groups Projects
Commit a6f24d27 authored by vvanoost's avatar vvanoost
Browse files

writing bowtie2 report

parent 90eb71d6
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,8 @@ process random_bases_4_trimming {
${reads[0]} ${reads[1]} > ${pair_id}_report.txt
"""
}
/*
* urqt :
* Imputs : fastq files
......@@ -142,6 +144,7 @@ process mapping_fastq {
output:
set pair_id, "*.bam" into bam_files
file "*_bowtie2_report.txt" into mapping_fastq_report
script:
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment