Mercurial > repos > yufei-luo > s_mart
annotate smart_toolShed/SMART/galaxy/removeExonLines.sh @ 2:7c697a8bde9f
Deleted selected files
| author | yufei-luo |
|---|---|
| date | Thu, 17 Jan 2013 11:02:49 -0500 |
| parents | e0f8dcca02ed |
| children |
| rev | line source |
|---|---|
|
0
e0f8dcca02ed
Uploaded S-MART tool. A toolbox manages RNA-Seq and ChIP-Seq data.
yufei-luo
parents:
diff
changeset
|
1 #!/bin/bash |
|
e0f8dcca02ed
Uploaded S-MART tool. A toolbox manages RNA-Seq and ChIP-Seq data.
yufei-luo
parents:
diff
changeset
|
2 sed '/exon/d' $1 |
