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

Fix getRef for spike

parent 0bb07de4
Branches
Tags
2 merge requests!68Develop,!67Resolve "Change Single Read to Single End for submitted endness"
......@@ -1539,10 +1539,10 @@ process getRef {
echo -e "LOG: ERROR - References could not be set!\nSpecies reference found: ${species}" >> ${repRID}.getRef.log
exit 1
fi
if [ "${spike}" == "true" ]
if [ "${spike}" == "t" ]
then
references=\$(echo \${reference}-S)
elif [ "${spike}" == "false" ]
elif [ "${spike}" == "f" ]
then
reference=\$(echo \${references})
fi
......
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