Skip to content

Commit

Permalink
Use constant for test catalogue
Browse files Browse the repository at this point in the history
  • Loading branch information
fplazaonate committed Mar 29, 2024
1 parent 73bd723 commit f0544d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meteor/meteor.py
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ def main() -> None: # pragma: no cover
meteor.tmp_dir = Path(tmpdirname)
meteor.mapping_dir = Path(tmpdirname) / "map"
meteor.fastq_dir = Path(tmpdirname)
downloader = Downloader(meteor, "test", False, True)
downloader = Downloader(meteor, Downloader.TEST_CATALOGUE, False, True)
downloader.execute()
fastq_importer = FastqImporter(meteor, meteor.tmp_dir, False, None)
fastq_importer.execute()
Expand Down

0 comments on commit f0544d4

Please sign in to comment.