Skip to content
Snippets Groups Projects
Commit d4c5ec42 authored by Cats's avatar Cats
Browse files

fix Merge

parent 372db4ea
No related branches found
No related tags found
1 merge request!15Biowdl 25
......@@ -26,7 +26,7 @@ task Merge {
then
samtools merge ${outputBamPath} ${sep=' ' bamFiles}
else
ln -sf ${bamFiles} ${outputBamPath}
ln -sf ${sep=' ' bamFiles} ${outputBamPath}
fi
}
......
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