An error occurred while fetching the assigned iteration of the selected issue.
Link issues together to show that they're related or that one is blocking others. Learn more.
changed milestone to %v2.1.1
added bug label
noSpaceDesign=\$(echo "${designLocation}" | tr -d ' ')
if [[ "\${noSpaceDesign}" != "${designLocation}" ]]; then
mv "${designLocation}" "\${noSpaceDesign}"
fi
Should be able to add this code into the main.nf in checkDesignFile process.
Right before
python3 ${baseDir}/scripts/check_design.py -d \${noSpaceDesign}
See mkfastq: same thing, easy fix
mentioned in merge request !58 (merged)
closed via merge request !58 (merged)
mentioned in commit 2c696901