Skip to content

Commit 16e3e4c

Browse files
authored
Update README.md
Added run instructions.
1 parent 849b3f5 commit 16e3e4c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,12 @@ Now edit, replace, or store the required input files as described here:
199199

200200
### Run Snakemake
201201

202+
Tourmaline is now run within the **snakemake** conda environment, not the qiime2-2023.5 environment.
203+
204+
```bash
205+
conda activate snakemake
206+
```
207+
202208
Shown here is the DADA2 paired-end workflow. See the Wiki's [Run](https://github.com/aomlomics/tourmaline/wiki/4-Run) page for complete instructions on all steps, denoising methods, and filtering modes.
203209

204210
Note that any of the commands below can be run with various options, including `--printshellcmds` to see the shell commands being executed and `--dryrun` to display which rules would be run but not execute them. To generate a graph of the rules that will be run from any Snakemake command, see the section "Directed acyclic graph (DAG)" on the [Run](https://github.com/aomlomics/tourmaline/wiki/4-Run) page. **Always include the --use-conda option.**

0 commit comments

Comments
 (0)