Skip to content

Commit

Permalink
Added poetry lock
Browse files Browse the repository at this point in the history
- Added poetry lock
  • Loading branch information
alexhambley committed Aug 5, 2024
1 parent 51bd5c8 commit f5ebc3f
Show file tree
Hide file tree
Showing 4 changed files with 1,413 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ rule source_ro_crates:
# then check the output files and generate created_files.json:
# - all versions of all workflows:
python workflowhub_graph/source_crates.py --prod --all-versions
python workflowhub_graph/check_outputs.py --versions {VERSIONS} --output-dir {OUTPUT_DIRS}
# python workflowhub_graph/source_crates.py --prod --all-versions
# python workflowhub_graph/check_outputs.py --versions {VERSIONS} --output-dir {OUTPUT_DIRS}
# - all versions of first 10 workflows:
# python workflowhub_graph/source_crates.py --workflow-ids 1-20 --prod --all-versions
# python workflowhub_graph/check_outputs.py --workflow-ids 1-20 --versions {VERSIONS} --output-dir {OUTPUT_DIRS}
python workflowhub_graph/source_crates.py --workflow-ids 1-20 --prod --all-versions
python workflowhub_graph/check_outputs.py --workflow-ids 1-20 --versions {VERSIONS} --output-dir {OUTPUT_DIRS}
"""

rule report_created_files:
Expand Down
Loading

0 comments on commit f5ebc3f

Please sign in to comment.