Skip to content

Instantly share code, notes, and snippets.

@jorvis
Created June 21, 2017 21:26
Show Gist options
  • Save jorvis/b4d6a308bd84318d5e36dc83d29b5f7a to your computer and use it in GitHub Desktop.
Save jorvis/b4d6a308bd84318d5e36dc83d29b5f7a to your computer and use it in GitHub Desktop.
.
├── bin
│   ├── add_gff3_locus_tags.py
│   ├── append_to_column_9_value.py
... lots of files ...
│   ├── validate_feature_boundaries_on_molecules.py
│   └── write_fasta_from_gff.py
├── biocode
│   ├── annotation.py
│   ├── data
│   │   ├── genbank_flat_file_header.template
│   │   ├── __init__.py
│   │   └── rsem_html_table.template
│   ├── genbank.py
│   ├── gff.py
│   ├── __init__.py
│   ├── README.md
│   ├── tbl.py
│   ├── things.py
│   └── utils.py
├── biocode.egg-info
│   ├── dependency_links.txt
│   ├── not-zip-safe
│   ├── PKG-INFO
│   ├── requires.txt
│   ├── SOURCES.txt
│   └── top_level.txt
├── dist
│   └── biocode-0.2.0rc1.tar.gz
├── LICENSE
├── MANIFEST.in
└── setup.py
5 directories, 101 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment