Skip to content

Commit

Permalink
Merge pull request #211 from microbiomedata/issue-2072-berkeley-schem…
Browse files Browse the repository at this point in the history
…a-fy24-some-migrators-use-incorrect-collection-name-instead-of-mags_set

Update migrators to use correct collection name (`mags_set`)
  • Loading branch information
aclum committed Jun 17, 2024
2 parents 09f0468 + 28e2d8b commit f42153c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Migrator(MigratorBase):
"metatranscriptome_assembly_set",
"metatranscriptome_annotation_set",
"metatranscriptome_analysis_set",
"mags_analysis_set",
"mags_set",
"metagenome_sequencing_set",
"read_qc_analysis_set",
"read_based_taxonomy_analysis_set",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Migrator(MigratorBase):
"metatranscriptome_assembly_set",
"metatranscriptome_annotation_set",
"metatranscriptome_analysis_set",
"mags_analysis_set",
"mags_set",
"metagenome_sequencing_set",
"read_qc_analysis_set",
"read_based_taxonomy_analysis_set",
Expand Down

0 comments on commit f42153c

Please sign in to comment.