Skip to content
Snippets Groups Projects
Verified Commit 72580e6b authored by Laurent Modolo's avatar Laurent Modolo
Browse files

kb: create a backup of t2g.txt as kb rewrite it

parent 57bdbc31
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,8 @@ process tr2g {
script:
"""
t2g.py --gtf ${gtf}
uniq t2g_dup.txt > t2g.txt
sort -u t2g_dup.txt > t2g.txt
rm t2g_dup.txt
"""
}
......
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