Skip to content

Commit

Permalink
chore: remove from snakemake args
Browse files Browse the repository at this point in the history
  • Loading branch information
matinnuhamunada committed Jul 15, 2024
1 parent 92f2970 commit 62cdd8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ resources/**
logs/**
.snakemake
.snakemake/**
config/
data/
.panoptes.db
Rplots.pdf
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Run panoptes to monitor jobs:

Do a dry-run:

snakemake --snakefile workflow/Snakefile-assembly --use-conda --cores $N --wms-monitor http://127.0.0.1:5000 -n
snakemake --snakefile workflow/Snakefile-assembly --use-conda --cores 8 --wms-monitor http://127.0.0.1:5000 -n

We can then open `http://127.0.0.1:5000` to monitor our jobs
![panoptes](workflow/report/figures/panoptes.png)
Expand Down

0 comments on commit 62cdd8a

Please sign in to comment.