Hello, I'm attempting to get a working wrapper for polyester for the Galaxy project.
We're testing all of the parameters, and noticed that when report_coverage is TRUE the program fails with the following error.
Error in coverage_matrices[[target]] :
attempt to select less than one element in get1index
Calls: simulate_experiment -> sgseq
Any feedback you could provide on getting this parameter to work would be greatly appreciated.
The full script being generated by this particular run of our wrapper is the following:
Looking into this a bit further, it seems that this error occurs when there are duplicate nucleotide sequences with different names in the FASTA file being simulated from. So it seems like this was user error.
Hello, I'm attempting to get a working wrapper for polyester for the Galaxy project. We're testing all of the parameters, and noticed that when
report_coverage
isTRUE
the program fails with the following error.Any feedback you could provide on getting this parameter to work would be greatly appreciated. The full script being generated by this particular run of our wrapper is the following: