Commit db55c09c authored by Yannis Duffourd's avatar Yannis Duffourd

Initial commit

parents
#!/bin/bash
# data to get
cd ~/
# https://cloud.u-bourgogne.fr/index.php/s/FBeZ8gPqfMTJtPp
curl -u FBeZ8gPqfMTJtPp: "https://cloud.u-bourgogne.fr/public.php/webdav/FST.tar.gz" --output FST.tar.gz
# untar
tar -xzvf FST.tar.gz
#!/bin/bash
# softs needed
# bwa
conda install -c bioconda -y bwa
# samtools
conda install -c bioconda -y samtools
# picard tools
conda install -c bioconda -y picard
# GATK 3
conda install -c bioconda -y gatk
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment