gmarcais / Jellyfish

A fast multi-threaded k-mer counter
Other
460 stars 136 forks source link

Failed to open input file #173

Open Otis-chan opened 3 years ago

Otis-chan commented 3 years ago

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