Skip to content

Commit

Permalink
use .fa for fasta files
Browse files Browse the repository at this point in the history
  • Loading branch information
hplahar committed Jun 1, 2018
1 parent 6574e3b commit ff4bf6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ public ByteArrayWrapper getSequenceFile(String userId, long partId, SequenceForm
case FASTA:
FastaFormatter formatter = new FastaFormatter();
sequenceString = compose(sequence, formatter);
name = entry.getPartNumber() + ".fasta";
name = entry.getPartNumber() + ".fa";
break;

case SBOL1:
Expand Down

0 comments on commit ff4bf6e

Please sign in to comment.