Closed vivekbhr closed 6 years ago
If you want to go the docker route we might as well switch to singularity instead and avoid the permissions issues.
We can use this as a list of any remaining rules that need to use conda after the hackathon. Of course if there are none left then someone please close this :)
Rules remaining for condafication after hackathon :
(@steffenheyne @katsikora please update)
WGBS is all condified as of this afternoon it uses the FASTQ shared rule, the rest is in WGBS.snakefile under shared/rules
I'm working on macs2, macs2 QC, and CSAW, since those are needed in the ATAC-seq pipeline.
The following rules in develop
still need to be moved to conda:
So mostly ChIP-seq and some R code.
I don't remember when we made HISAT2.snakefile, since HISAT2 was only used for RNA mapping..
I have a feeling that HISAT2.snakefile
isn't imported anywhere any more. I'm checking into that now.
HISAT2 RNAseq mapping is part of RNA_mapping.snakefile so I think as well that we can remove HISAT2.snakefile
For the first public release of our pipeline, we should make it independent using docker and conda.. Then we can also see whether we can add some some travis tests (issue #34) .