Skip to content

Commit

Permalink
other organisms
Browse files Browse the repository at this point in the history
  • Loading branch information
adRn-s committed Oct 29, 2024
1 parent 913f197 commit 43be63a
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions BRB/PushButton.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,12 @@
'D. melanogaster (dm6)': 'drosophila',
'D. rerio (GRCz11)': 'zebrafish',
'G. gallus (GRCg7b)': 'chicken',
'A. aegypti (AaegL5)': 'Aedes_aegypti',
'A. gambiae (AgamP4)': 'Anopheles_gambiae',
'C. elegans (WS285)': 'Caenorhabditis_elegans',
'R. prolixus (RproC3)': 'Rhodnius_prolixus',
}

# Are we supporting these? What are their mappings?
# 'Aedes_aegypti': '?',
# 'A. aegypti (AaegL5)': '?',
# 'Anopheles_gambiae': '?',
# 'A. gambiae (AgamP4)': '?',
# 'Caenorhabditis_elegans': '?',
# 'C. elegans (WS285)': '?',
# 'Rhodnius_prolixus': '?',
# 'R. prolixus (RproC3)': '?',


def createPath(config, group, project, organism, libraryType, tuples):
"""Ensures that the output path exists, creates it otherwise, and return where it is"""
Expand Down

0 comments on commit 43be63a

Please sign in to comment.