forked from marinabraso/AGenDiv
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSnakefile
More file actions
31 lines (22 loc) · 1.24 KB
/
Snakefile
File metadata and controls
31 lines (22 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
configfile: "config/AGenDiv.yaml"
localrules: copy_fastq_NAS_data, DownloadProteinSeq_from_Ensembl, BuildOGs_withOrthoLoger
include: 'rules/VariantCalling_DNA.smk'
include: 'rules/VariantAnalysis_DNA.smk'
include: 'rules/Simulations.smk'
include: 'rules/SpeciesTreeBuilding.smk'
include: 'rules/Plotting_DNA.smk'
rule all:
'''
List of final output files.
'''
input:
"results/VariantCalling_DNA/9_run_all_chr/ShortVariants_HardExtraCallableFiltered.vcf.gz",
#"results/Plotting_DNA/plot_SharedPrivate_Populations/plot_SharedPrivate_Populations.pdf",
#"results/Plotting_DNA/plot_PerFeatureStats/plot_PerFeatureStats.pdf",
#"results/Plotting_DNA/plot_PerSampleStats/plot_PerSampleStats.pdf",
#"results/Plotting_DNA/plot_PerWindowStats/plot_PerWindowStats.pdf",
#"results/Plotting_DNA/plot_join_PSMC/joined_PSMC.pdf",
#"results/Plotting_DNA/CircosPlots/plot_Circos_Callable_Varsites_Pi.png",
#"results/Plotting_DNA/plot_CummulativePropOfDiversityExplained/plot_CummulativePropOfDiversityExplained.pdf",
#"results/Plotting_DNA/plot_PerSite_VarTypes_FuncRegions_Populations/plot_PerSite_VarTypes_FuncRegions_Populations.pdf",
#"results/Simulations/plot_Pi_RangeNe_RangeMu_singlePopulation/plot_Pi_RangeNe_RangeMu_singlePopulation.pdf"