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

kb: change sort option for t2g

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