i was Triming a pair collection dataset and then saw this Error,
{
“tool_id”: “toolshed.g2.bx.psu.edu/repos/pjbriggs/trimmomatic/trimmomatic/0.36.5”,
“tool_version”: “0.36.5”,
“inputs”: {
“readtype|single_or_paired”: “collection”,
“readtype|fastq_pair”: {
“values”: [
{
“src”: “hdca”,
“name”: “Times”,
“tags”: [],
“hid”: 177,
“map_over_type”: “paired”,
“id”: “bca120ad77df2e98”
}
],
“batch”: true
},
“illuminaclip|do_illuminaclip”: “false”,
“operations_0|operation|name”: “TRAILING”,
“operations_0|operation|trailing”: 20,
“operations_1|operation|name”: “HEADCROP”,
“operations_1|operation|headcrop”: 12
}
}
why this happened ? i did Trim some data like this one before and those had no problems.