Closed paristzou closed 2 years ago
Please update the config.yaml file with the ful path of the metagem environment. More specifically, update this line https://github.com/franciscozorrilla/metaGEM/blob/cdaeb25e5177751b1df21d078c204377054e51c4/config.yaml#L84
with this
metagem: /newdisk2/metaGEM/envs/metagem
For more details please refer to this wiki page.
Thank you so much. I did what you suggests. But it still shows the same error message.
Can you activate the environment manually? i.e.
source activate /newdisk2/metaGEM/envs/metagem
If you are running locally, silence the line that activates the conda environment within the qfiltering Snakemake rule, e.g.
# set +u;source activate envs/metagem;set -u;
Then you can simply activate the enironment manually as show above, and then submit the jobs.
It can work now. Thank you very much.