-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes for summary stats and runnign it
- Loading branch information
1 parent
8c6e471
commit 6327cb3
Showing
3 changed files
with
1,140 additions
and
22 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#config=workflows/config/snakemake/production_config_HomSap.yml | ||
config=workflows/config/snakemake/production_config_PhoSin.yml | ||
|
||
for i in {1..20}; | ||
do | ||
snakemake \ | ||
--snakefile workflows/summary_stats.snake \ | ||
--profile workflows/config/snakemake/oregon_profile/ \ | ||
--configfile $config \ | ||
--batch all=$i/20 \ | ||
--groups run_diploshic_fvs=group0 | ||
done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters