diff options
Diffstat (limited to 'snakemake-file-targets')
-rwxr-xr-x | snakemake-file-targets | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snakemake-file-targets b/snakemake-file-targets index 12dca78..6fdbad5 100755 --- a/snakemake-file-targets +++ b/snakemake-file-targets @@ -13,7 +13,7 @@ elif len(sys.argv) == 2 and sys.argv[1] not in ["-h", "--help"]: else: sys.exit(__doc__) -workflow = Workflow(snakefile=snakefile, snakemakepath="snakemake") +workflow = Workflow(snakefile=snakefile) workflow.include(snakefile) for rule in workflow.rules: |