Hi @MMC_northS!
If they are single end, but pre-joined from the ion torrent processing step, you will need to import them as SampleData[JoinedSequencesWithQuality]
, otherwise you can import them as SampleData[SequencesWithQuality]
--- we have no way of know about what kind of data your reads represent, so this is something you will need to take care of understanding prior to importing.
You are good to go either direction. Just to clarify though, there is no requirement that you trim your reads, per se - its just that deblur expects your reads to be a consistent length. Depending on the sequencing technology used, you can get this without any trimming.
Hope that helps!