This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
wiki:pipes2_hint3 [2018/08/28 04:45] erin |
wiki:pipes2_hint3 [2018/08/30 09:29] (current) erin |
||
---|---|---|---|
Line 1: | Line 1: | ||
<code bash> | <code bash> | ||
- | $ grep '^#' -v mini.gff | cut -f 9 | cut -d ';' -f 1 | sort | uniq | + | $ grep '^#' -v mini.gff | cut -f 9 | cut -d ';' -f 2 | sort | uniq |
</code> | </code> | ||
[[:2018pipes2|{{:wiki:slide1.jpeg?40|}}]] [[:2018pipes2|Return to More Pipes]] | [[:2018pipes2|{{:wiki:slide1.jpeg?40|}}]] [[:2018pipes2|Return to More Pipes]] |