Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmdcolin/strip-gene-from-gff
Removes gene level features from gff
https://github.com/cmdcolin/strip-gene-from-gff
Last synced: 4 days ago
JSON representation
Removes gene level features from gff
- Host: GitHub
- URL: https://github.com/cmdcolin/strip-gene-from-gff
- Owner: cmdcolin
- Created: 2024-04-24T16:51:34.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-24T16:59:16.000Z (7 months ago)
- Last Synced: 2024-04-24T19:21:40.940Z (7 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# strip-gene-from-gff
Removes 'gene level' features from gff
## Usage
```
git clone https://github.com/cmdcolin/strip-gene-from-gff
cd strip-gene-from-gff
yarn
node index.js yourfile.gff > output.gff
jbrowse sort-gff output.gff > output.sorted.gff
bgzip output.sorted.gff
tabix output.sorted.gff.gz
jbrowse add-track output.sorted.gff.gz --out /path/to/jbrowse/instance
```