Short setup for the Carpentries Snakemake novice bioinformatics course.
- Create the course environment:
bash create-snakemake-env.sh- Activate it:
conda activate snakemake_carpentry- Check Snakemake:
snakemake --versionThe dataset is already included in this repository at:
snakemake_data/yeast/readssnakemake_data/yeast/transcriptome
Install setq instead of FastX since the latter is no longer maintained
conda install -c bioconda seqtkUse these paths as inputs while following the lesson: https://carpentries-incubator.github.io/snakemake-novice-bioinformatics/index.html