Skip to content

Instantly share code, notes, and snippets.

@boopsboops
Last active August 29, 2015 14:19
Show Gist options
  • Save boopsboops/17641e7c9358c9ea0b1e to your computer and use it in GitHub Desktop.
Save boopsboops/17641e7c9358c9ea0b1e to your computer and use it in GitHub Desktop.
Running 'tlb2asn'
# Here we use -a flag to specify fasta file format type,
# the -V flag to request verification (v) and a GenBank flatfile as part of the output (b),
# and the -T flag to tell the program to generate the higher taxonomic classifications for our record.
# Use 'tbl2asn --help' for a full list of the options
# To run if in PATH
tbl2asn -t template.sbt -i sequences.fsa -f features.tbl -a s -V vb -T
# To run if local
./tbl2asn -t template.sbt -i sequences.fsa -f features.tbl -a s -V vb -T
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment