Hello! I am trying to assemble a de novo genome map from SNP data. The program runs on my raw reads (fastq files), but these reads are not the best quality. I trimmed them using Trimmomatic to improve their quality, but now de novo map won’t accept the output files from trimmomatic as input:
That tool suite has a lot of components, and some are required to be run before others. The sequence IDs are used as sample IDs that are cross referenced (and presumably required to be present). If that sounds like what is going on – you might need to rerun some steps.
Original poster here- Just wanted to let others know for future reference that I solved this issue. Stacks does not accept Trimmomatic outputs as inputs. However, the Stacks pipeline is constructed such that quality filtering can be performed directly within the process_radtags function. Hope this helps others:)