Closed pierrj closed 3 years ago
It works now... Not exactly sure what happened but I realized that the main snakemake instance uses a different conda environment than the manta rule uses (still learning snakemake). I guess somehow it wasn't using the proper python but it is now.
Hello, I am running the pipeline on the test data. Here is my snakemake command:
snakemake -R -C echo_run=0 --use-conda --latency-wait 30 --jobs 14 --cluster "sbatch ## cluster info"
Most of the jobs seem to be running okay but I am getting this error for mantaThis seems to be python 2.7 syntax. I checked the manta github and this seems to be the case: https://github.com/Illumina/manta/blob/master/src/python/bin/configManta.py
Is there something I am missing? It seems that the conda environment in the install instructions (called wf) uses python 3.7, which is the one I have been using. Please let me know if you're aware of this issue and what might help fix the problem. Thanks!