-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #108 from genxnetwork/dummy_simulated_samples
Dummy simulated samples
- Loading branch information
Showing
26 changed files
with
661 additions
and
251 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
name: snakemake | ||
channels: | ||
- conda-forge | ||
- bioconda | ||
- biocore | ||
- b3bg | ||
- alex_genxt | ||
- defaults | ||
dependencies: | ||
- python>=3.9 | ||
- matplotlib | ||
- pandas | ||
- numpy | ||
- seaborn | ||
- biom-format | ||
- scikit-bio | ||
- docutils | ||
- mmh3 | ||
- bcftools | ||
- samtools | ||
- plink | ||
- unzip | ||
- wget | ||
- openssl | ||
- parallel | ||
- ibis | ||
- openjdk | ||
- picard-slim | ||
- ped-sim | ||
- networkx | ||
- scipy | ||
- statsmodels | ||
- rapid-ibd | ||
- scikit-allel | ||
- scikit-learn | ||
- king | ||
- snakemake | ||
- pip | ||
- pip: | ||
- polars | ||
- pydot | ||
- "--editable=git+https://github.com/alex-medvedev-msc/ersa.git#egg=ersa" | ||
# - pip: | ||
# - "--editable=git+https://github.com/Jahysama/snakemake.git#egg=snakemake" | ||
#Fork of a snakemake is used here because of not working conda envs inside python scripts | ||
#Please check out https://github.com/snakemake/snakemake/pull/1812 for more info | ||
|
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
Oops, something went wrong.