- ml snakemake/5.19.2-foss-2019b-Python-3.7.4
- ml R/3.6.2-foss-2019b-fh1
- ml Python/3.7.4-foss-2019b-fh1
- ml BCFtools/1.9-GCC-8.3.0
- ml Pysam/0.15.4-GCC-8.3.0-Python-3.7.4
- ml PyYAML/5.1.2-GCCcore-8.3.0-Python-3.7.4
Please specify the samples to be analyzed in config/samples.yaml, following the format explained therein.
There are a number of parameters to adjust in config/config.yaml. Filepaths to where your ichorCNA repository as well as the filepath to readCounterScript and Svaba.
snakemake -s ichorCNA.snakefile --latency-wait 60 --restart-times 3 --keep-going --cluster-config config/cluster_slurm.yaml --cluster "sbatch -p {cluster.partition} --mem={cluster.mem} -t {cluster.time} -c {cluster.ncpus} -n {cluster.ntasks} -o {cluster.output}" -j 30
snakemake -s svaba.snakefile --latency-wait 60 --cluster-config config/cluster_slurm.yaml --cluster "sbatch -p {cluster.partition} --mem={cluster.mem} -t {cluster.time} -c {cluster.ncpus} -n {cluster.ntasks} -o {cluster.output}" -j 30
snakemake -s combineSvabaIchor.snakefile --latency-wait 60 --keep-going --restart-times 3 --cluster-config config/cluster_slurm.yaml --cluster "sbatch -p {cluster.partition} --mem={cluster.mem} -t {cluster.time} -c {cluster.ncpus} -n {cluster.ntasks} -o {cluster.output}" -j 30