Skip to content

Commit

Permalink
docs: Update example invocation in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ilveroluca committed Oct 26, 2023
1 parent 6cf13d9 commit a2d7bd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workflow/Snakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Main entrypoint of the workflow.
# Main entrypoint of the workflow.

import os
from pathlib import Path
Expand All @@ -12,9 +12,9 @@ min_version("6.5.0")


# Run as:
# snakemake --snakefile ./Snakefile --profile ./profile --configfile zenbanc_config.yml --use-singularity --cores
# snakemake --snakefile ../fair-crcc-img-convert/workflow/Snakefile --profile ./profile --configfile config.yml --use-singularity --cores
#

# Output files will be created in Snakemake's working directory.

# Default container for rules
container: "docker://ilveroluca/crypt4gh:1.5"
Expand Down

0 comments on commit a2d7bd9

Please sign in to comment.