Commit 1bf9516
authored
Release 0.3 (#59)
* Use pathlib in Snakefile
* Add logdir config param. Get tired because Snakemake doesn't support Path objects as input or log files.
* Use pathlib for all paths. Add version printout to Snakefile
* Add info about pathlib use
* Add details on branching structure to CONTRIBUTING.md
* Bump docs version
* Fix dbdir typo in error message of remove_human
* Enable BBMap to multiple databases (#35)
* Add support for mapping to multiple Bowtie2 databases (#36)
Closes #33
* First draft of CHANGELOG.md (#38)
Closes #37
* Rackham profile (#39)
* Fix issues with local rules not being local on Rackham
* New Slurm profile for Rackham based on Snakemake-Profiles/slurm
Closes #32, at least for now. It might be reopened a later date.
* Bump version to 0.1.2-dev, update CHANGELOG
* Add note about --conda-prefix and editing rackham.yaml to set slurm project
* [docs] add info about mapping to multiple databases
* Update docs (#40)
* Add note about --conda-prefix and editing rackham.yaml to set slurm project
* [docs] add info about mapping to multiple databases
Closes #34 #33
* Add HUMAnN2 functional profiling
* Add rules/functional_profiling to gitignore
* Update CHANGELOG, README
* Make MetaPhlAn2 dependency for HUMAnN2 rule explicit, and enforce even if user sets metaphlan2:False in config.yaml
* Add mention about MPA2 always being run if HUMAnN2 is enabled
* Add wording about HUMAnN2 and MetaPhlAn2 in changelog.
* Add download_humann2_databases to docs
* Make note in docs about updating config.yaml after downloading databases
* Change count table rule docstring to Bowtie2
* Minor modifications to CONTRIBUTING
* Change sketch.sh cpus to 4
* Specify lineage in Kaiju summary reports
* Replace BBMap to MEGARes with groot for ARGene profiling (#51)
* Replace MEGARes with Groot for ARGene profiling
* Remove MEGARes stuff from config.yaml
* Add note about groot to changelog
* Fix output folder issues for groot
* Swap plots and graph directories
* Update remove_human resource requirements in rackham profile
* Add hierarchical clustered heatmap to sketch compare (#53)
Closes #48
* Conditionally include output files (#55)
* Add first draft overview graph of StaG
* Updated long-term vision overview flowchart
* Change interface for plot filenames in sketch_compare
* Change rule inclusions to outfile inclusion. Fix metaphlan2 invocation
* Update docs. Add overview graph
* Update CHANGELOG
* Update CONTRIBUTING
* Check for length of SAMPLES. Closes #45
* Update README
* Add Kraken2 rules, and docs
* Fix kraken2 logging
* Add note about download_minikraken2
* Fix double include of metaphlan2.smk
* Add first test of report functionality
* Add report to changelog
* Add report subsection to Running section of docs
* Expand workflow intro paragraph in report
* Replace stag.html with report.html in docs
* Fix stag-mwc link target in workflow.rst
* Add onstart, onsuccess, onerror handlers, and email messages
* Add email notifications to CHANGELOG
* Add automatic report generation
* Remove removed metaphlan2 double inclusion from CHANGELOG.
* Change version number to 0.3.0-beta1 parent 56e700d commit 1bf9516
File tree
41 files changed
+2892
-664
lines changed- cluster_configs/rackham
- docs/source
- img
- envs
- report
- rules
- antibiotic_resistance
- functional_profiling
- mappers
- preproc
- sketch_compare
- taxonomic_profiling
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+2892
-664
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| 28 | + | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | | - | |
33 | | - | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | | - | |
38 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | | - | |
42 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
43 | 47 | | |
44 | 48 | | |
45 | 49 | | |
| |||
58 | 62 | | |
59 | 63 | | |
60 | 64 | | |
| 65 | + | |
61 | 66 | | |
62 | 67 | | |
63 | 68 | | |
64 | 69 | | |
65 | 70 | | |
66 | 71 | | |
| 72 | + | |
67 | 73 | | |
68 | 74 | | |
69 | 75 | | |
| |||
72 | 78 | | |
73 | 79 | | |
74 | 80 | | |
| 81 | + | |
75 | 82 | | |
76 | 83 | | |
77 | 84 | | |
| |||
80 | 87 | | |
81 | 88 | | |
82 | 89 | | |
| 90 | + | |
83 | 91 | | |
84 | 92 | | |
85 | 93 | | |
86 | 94 | | |
87 | 95 | | |
88 | | - | |
| 96 | + | |
89 | 97 | | |
90 | 98 | | |
91 | 99 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
100 | 113 | | |
101 | 114 | | |
102 | 115 | | |
103 | 116 | | |
104 | 117 | | |
105 | 118 | | |
106 | 119 | | |
107 | | - | |
| 120 | + | |
108 | 121 | | |
109 | 122 | | |
110 | 123 | | |
| |||
121 | 134 | | |
122 | 135 | | |
123 | 136 | | |
| 137 | + | |
124 | 138 | | |
125 | 139 | | |
126 | 140 | | |
127 | 141 | | |
| 142 | + | |
128 | 143 | | |
129 | 144 | | |
130 | 145 | | |
| |||
141 | 156 | | |
142 | 157 | | |
143 | 158 | | |
| 159 | + | |
144 | 160 | | |
145 | 161 | | |
146 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 29 | + | |
| 30 | + | |
35 | 31 | | |
36 | 32 | | |
37 | 33 | | |
| |||
72 | 68 | | |
73 | 69 | | |
74 | 70 | | |
75 | | - | |
76 | | - | |
| 71 | + | |
| 72 | + | |
77 | 73 | | |
78 | 74 | | |
79 | 75 | | |
80 | | - | |
81 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
0 commit comments