DeepMicrobes icon indicating copy to clipboard operation
DeepMicrobes copied to clipboard

Error: seq-shuf not detected

Open mrumi opened this issue 4 years ago • 1 comments

Hello I have run the command to convert fasta sequences to TFRecord as instructed. Here's my command ./tfrec_train_kmer.sh -i SRR1777715.fasta -v tokens_merged_12mers.txt -o SRR1777715.tfrec -s 20480000 -k 12

This is my output parallel successfully detected... ERROR : seq-shuf not detected seq-shuf exists in bin folder. Not sure why this error is occurring. Can you please suggest a solution?

mrumi avatar Apr 30 '21 19:04 mrumi

Did you add seq-shuf to your path? export PATH=/path/to/DeepMicrobes/bin:$PATH

If seq-shuf still fails, try installing the seq-scripts following the manual in https://github.com/thackl/seq-scripts

MicrobeLab avatar May 01 '21 04:05 MicrobeLab