Skip to content
Snippets Groups Projects
Commit fcb2d956 authored by Peng Lian's avatar Peng Lian
Browse files

Escape slash for groove

parent 86736f17
1 merge request!11Fix bugs in published version 2.0.0
......@@ -49,7 +49,7 @@ process checkdesignfile {
stdout spltnames
script:
"""
# convert dos \r to unix format
# convert dos \\r to unix format
sed -i 's/\\x0D\$//' design.ori.txt
bash $repoDir/process_scripts/design_file/checkdesignfile.sh ${params.pairs} design.ori.txt
"""
......
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