Skip to content
Snippets Groups Projects
Commit cf75becc authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix paired end issu.e

parent 3a5fbf2c
No related merge requests found
......@@ -126,7 +126,7 @@ process alignReads {
if (pairedEnd) {
"""
python3 $baseDir/scripts/map_reads.py -f $reads -r ${index}/genome.fa -p
python3 $baseDir/scripts/map_reads.py -f ${reads[0]} ${reads[1]} -r ${index}/genome.fa -p
"""
}
else {
......
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