multiPrime icon indicating copy to clipboard operation
multiPrime copied to clipboard

Error snakemake --configfile multiPrime.yaml -s multiPrime.py --cores 10 --resources mem_mb=80000

Open yuzh2000 opened this issue 2 years ago • 3 comments

MissingInputException in line 43 of /home/data/t220349/yuzh/multiPrime_test1/multiPrime/multiPrime.py: Missing input files for rule seq_format: output: yuzh/multiPrime_test1/multiPrime/results/Total_fa/1000.format.fa wildcards: virus=1000 affected files: yuzh/multiPrime_test1/multiPrime/test_data/1000.fa

When I run to this step, an error is reported, I installed it according to the video tutorial, may I ask what the problem is?

yuzh2000 avatar Dec 13 '23 15:12 yuzh2000

@yuzh2000 I observed that the path of your input file differs from the script path. I noticed that your present working directory (pwd) is set to

/home/data/t220349/yuzh/multiPrime_test1/multiPrime/multiPrime.py

but your input file is located at

yuzh/multiPrime_test1/multiPrime/test_data/1000.fa. 

Modifying the input file path should resolve the issue.

joybio avatar Dec 14 '23 10:12 joybio

@yuzh2000 By the way, If your input sequence is relatively small, and you're seeking potential degenerate primer pairs, our recent project could be beneficial. We've developed a Windows application multiPrime2-GUI also a website https://multiPrime.cn. We would greatly appreciate your assistance in enhancing and refining this tool.

joybio avatar Dec 14 '23 10:12 joybio

@joybio You are really a very nice person! Thank you very much for answering my doubts! Wish you happy every day!😊😀

yuzh2000 avatar Dec 15 '23 02:12 yuzh2000