Skip to content

Commit

Permalink
fix more fasta copypasta
Browse files Browse the repository at this point in the history
  • Loading branch information
martenson authored and natefoo committed Feb 19, 2018
1 parent 0f45102 commit c786adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/datatypes/sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def split(cls, input_datasets, subdir_generator_function, split_params):


class FastaGz(Sequence, Binary):
"""Class representing a generic compressed FASTQ sequence"""
"""Class representing a generic compressed FASTA sequence"""
edam_format = "format_1929"
file_ext = "fasta.gz"
compressed = True
Expand Down

0 comments on commit c786adf

Please sign in to comment.