You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error occured shown at running infomation below in line. I could not search the tool named 'TheThinker' and slove this error or warning. Would you provide some advices about it. Thank you!!
6 Could not find conda environment: TheThinker
7 You can list all discoverable environments with conda info --envs.
8 That's OK! The shell script is finished in k17.sh!
9 You can qsub your job as following with some appropriate modifications:
10 qsub -cwd -l vf=10.0G -l p=21 -q bc_mem.q -P bc_mem k17.sh
11 Here,"vf=10.0G" and "p=21" is arranged previously by yourself;"k17.sh" is generated just now.
12 "bc_mem.q" can be replaced by the queue you want and "bc_mem" by the name of the Project your job belongs to.
The text was updated successfully, but these errors were encountered:
An error occured shown at running infomation below in line. I could not search the tool named 'TheThinker' and slove this error or warning. Would you provide some advices about it. Thank you!!
1 perl /sftw/khaper/Bin/kmer_counter.pl --k 17 --memory 10 --Prefix k17 /sftw/Kmer_17/01.KmerCount/kmer.lst
2 sh k17.sh
3 rm k17.jf
4 awk '$2>1' k17.dump > filt.dump && rm k17.dump
5 gzip -f filt.dump
6 Could not find conda environment: TheThinker
7 You can list all discoverable environments with
conda info --envs
.8 That's OK! The shell script is finished in k17.sh!
9 You can qsub your job as following with some appropriate modifications:
10 qsub -cwd -l vf=10.0G -l p=21 -q bc_mem.q -P bc_mem k17.sh
11 Here,"vf=10.0G" and "p=21" is arranged previously by yourself;"k17.sh" is generated just now.
12 "bc_mem.q" can be replaced by the queue you want and "bc_mem" by the name of the Project your job belongs to.
The text was updated successfully, but these errors were encountered: