Hi everyone I´m Miguel, I´m using galaxy for a scholar research. I´m having a problem using bowtie2 I get this error when I execute.
` The server could not complete the request. Please contact the Galaxy Team if this error persists. Unknown error occurred while processing request.
{ "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/bowtie2/bowtie2/2.3.2.2", "tool_version": "2.3.2.2", "inputs": { "library|type": "paired", "library|input_1": { "values": [ { "src": "hdca", "name": "UB40T", "tags": [], "keep": false, "hid": 194, "id": "ae86fb24705b8453" } ], "batch": true }, "library|input_2": { "values": [ { "src": "hdca", "name": "UB4IT", "tags": [], "keep": false, "hid": 195, "id": "b2cb921088839474" } ], "batch": true }, "library|unaligned_file": "false", "library|aligned_file": "false", "library|paired_options|paired_options_selector": "no", "reference_genome|source": "history", "reference_genome|own_file": { "values": [ { "src": "hdca", "name": "genoma", "tags": [], "keep": false, "hid": 204, "id": "0222658b9c7af35d" } ], "batch": true }, "rg|rg_selector": "do_not_set", "analysis_type|analysis_type_selector": "simple", "analysis_type|presets": "no_presets", "save_mapping_stats": "false", "__job_resource|__job_resource__select": "no" } } Close`
image of the error http://uploads.im/e3nZ5.png
UB4IT and UB40T are the dataset list of the RNAseq genoma = the dataset list of the chromosomes of the reference genome I´m using (Capsicum annuum/ pepper zunla in this case)
If I execute the bowtie2 using multiple dataset in the reference genome I get this
thanks for your time :)