Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 680 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 680 Bytes

nextflow_tutorial

Open in Gitpod

  • The GitPod comes with Nextflow, Conda and Docker pre-installed

Once the pod launches, it will present a VS-Code interface

  • To create varcal environment based on yml file
mamba env update -n base -f environment.yml
  • To download reference genome and raw reads
bash data/fetch_raw_data.sh
  • To trim the reads using trimmomatic
bash data/trim.sh