Failed to open input file
Otis-chan opened this issue · 0 comments
Otis-chan commented
Hi!
I am tring to get the k-mer histogram using the scripts below:
for id in {1..14};do ~/biosoft/Jellyfish-2.3.0/bin/jellyfish histo -t 16 ~/00_clade_data/02_clade_17mer/${id}_17merout > ${id}_17mer.histo;done
but it reported the error: Failed to open input file '/home/chphl/00_clade_data/02_clade_17mer/1_17merout'. The version I am using is 2.3.0. Do you have any idea to cope with this problem?
Thank you.
Otis