-
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.
* edits for DFE-alpha * updates based on code review * more updates based on code review * doc string edit * skip empty intervals patch * fixing empty intervals bug * fixing empty intervals bug * dropping dfe-alpha (with minimal changes) * fixes for summary stats and runnign it
- Loading branch information
1 parent
a20dfd3
commit 73cac2a
Showing
7 changed files
with
1,260 additions
and
54 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
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
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
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
Oops, something went wrong.