Skip to content

Commit

Permalink
New object type to represent configuration files.
Browse files Browse the repository at this point in the history
Which includes seqspec files
  • Loading branch information
detrout committed Aug 25, 2023
1 parent 4b9853e commit 843f632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions encoded_client/encoded.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ def get_accession_name(self, collection):
collection_to_accession_name = {
"/annotations/": "accession",
"/biosamples/": "accession",
"configuration_file": "accession",
"/documents/": "uuid",
"/experiments/": "accession",
"/files/": "accession",
Expand Down

0 comments on commit 843f632

Please sign in to comment.