Skip to content

Commit

Permalink
renamed fasta_to_gtf.py to fasta_to_gff.py
Browse files Browse the repository at this point in the history
  • Loading branch information
proost committed May 11, 2017
1 parent 0c3a84d commit 40c6b98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ Details for each script can be found [here](docs/helper.md)
## Running LSTrAP on transcriptome data

To use LSTrAP on a *de novo* assembled transcriptome a little pre-processing is required. Instead of the genome a fasta
file containing **coding** sequences can be used (remove UTRs). Using the helper script fasta_to_gtf.py a gtf file suited
file containing **coding** sequences can be used (remove UTRs). Using the helper script fasta_to_gff.py a gff file suited
for LSTrAP can be generated.

python3 fasta_to_gtf.py /path/to/transcript.cds.fasta > output.gtf
python3 fasta_to_gff.py /path/to/transcript.cds.fasta > output.gff

## Adapting LSTrAP to other cluster managers

Expand Down
File renamed without changes.

0 comments on commit 40c6b98

Please sign in to comment.