I did not post full detail before and have made changes in the "options" used
Option1 :
<h6>#</h6>rule seurat_individual:
input:
config['sample']
output:
"Test.object"
conda:
"/home/user/.conda/envs/new_env"
shell:
"Rscript /work_ifs/user/SNAKEMAKE/ST/scripts/test.R {input}"
Option2 :
<h6>#</h6>rule seurat_individual:
input:
config['sample']
output:
"TEST_out"
conda:
"/home/user/path/new_env.yaml"
shell:
"Rscript /home/scripts/Test.R {input}"
I have entered the exact path. but still it does not work.