Closed macmanes closed 7 years ago
looks unrelated to gpmetis
to me - more like the read name is being parsed with the assumption that it will have multiple space-separated components, for this particular read that's not true.
Thanks Matt and Richard for trying out Shannon.
The issue is due to an implicit (and wrong) way by which Shannon determines file type - based on whether the filename ends with .fq or .fastq - since your filename is $RAID/error/bfc1M/bfc31.corr.fq.1 it determines the file type as FASTA which is clearly wrong and it fails when running kmers_for_component read assignment which is the first time Shannon deals with reads directly.
I will update Shannon to deal with this issue.
Command: