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

Escape slash for groove

parent d01043a3
Branches
Tags
1 merge request!11Fix bugs in published version 2.0.0
......@@ -50,7 +50,7 @@ process checkdesignfile {
script:
"""
# convert dos \r to unix format
sed -i 's/\\x0D$//' design.ori.txt
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