Skip to content

Commit

Permalink
Merge pull request #25 from JAX-GM/master
Browse files Browse the repository at this point in the history
MicrobTranscriptomicsRawSeqSet method spelling error
  • Loading branch information
victor73 committed Feb 20, 2017
2 parents 0db9491 + 1eaa708 commit 8366b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cutlass/MicrobTranscriptomicsRawSeqSet.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ def search(query = "\"microb_transcriptomics_raw_seq_set\"[node_type]"):
return result_list

@staticmethod
def load_microb_transcriptomics_raw_set_set(seq_set_data):
def load_microb_transcriptomics_raw_seq_set(seq_set_data):
"""
Takes the provided JSON string and converts it to a
MicrobTranscriptomicsRawSeqSet object.
Expand Down

0 comments on commit 8366b00

Please sign in to comment.