Hi all,
I'm going through the RNAseq tutorial posted here:
https://vimeo.com/channels/884356/128265983
Data upload and setting up collection goes well; however, I run into a problem with the tophat step. I keep getting a "Tool Error: An error with this dataset" I am using the dataset that I downloaded from the tutorial, so not sure what the issue will be.
Here is the detailed error I received: "Traceback (most recent call last): File "/home/vythegi/galaxy/lib/galaxy/jobs/runners/local.py", line 128, in queue_job job_wrapper.finish( stdout, stderr, exit_code ) File "/home/vythegi/galaxy/lib/galaxy/jobs/__init__.py", line 1265, in finish dataset.datatype.set_meta( dataset, overwrite=False ) File "/home/vythegi/galaxy/lib/galaxy/datatypes/binary.py", line 347, in set_meta exit_code = subprocess.call( args=command, stderr=open( stderr_name, 'wb' ) ) File "/usr/lib/python2.7/subprocess.py", line 523, in call return Popen(popenargs, *kwargs).wait() File "/usr/lib/python2.7/subprocess.py", line 711, in __init__ errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1340, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory"
Any help you can provide is greatly appreciated.
Hi, did you ever solve this error? I have the same error running Tophat on a local server. My failure seems to be related to setting metadata for the Accepted Hits file. See below. This propagates to the "finish method" Job wrapper which gives the error you stated in your post.
galaxy.jobs.output_checker INFO 2016-10-18 21:58:11,363 Job 7: Log: tool progress galaxy.jobs.output_checker INFO 2016-10-18 21:58:11,363 Job 7: Log: tool progress galaxy.model.metadata DEBUG 2016-10-18 21:58:11,455 loading metadata from file for: HistoryDatasetAssociation 15 galaxy.model.metadata DEBUG 2016-10-18 21:58:11,662 loading metadata from file for: HistoryDatasetAssociation 16 galaxy.model.metadata DEBUG 2016-10-18 21:58:11,732 loading metadata from file for: HistoryDatasetAssociation 17 galaxy.model.metadata DEBUG 2016-10-18 21:58:11,805 loading metadata from file for: HistoryDatasetAssociation 18 galaxy.model.metadata DEBUG 2016-10-18 21:58:11,838 setting metadata externally failed for HistoryDatasetAssociation 19: [Errno 2] No such file or directory galaxy.jobs.runners.local ERROR 2016-10-18 21:58:11,894 Job wrapper finish method failed
Hi, I have tried resetting the meta-data like suggested, but it keeps running for greater than a week, and it doesn't seem to finish on my local instance of Galaxy. I tried uninstalling and reinstalling a new instance of local galaxy, and I am getting the same error. I am running the local instance of Galaxy on Linux Mint, and have 16 GB of RAM. not sure what the problem might be, but would greatley appreciate any help or guidance on this.
Also is there an alternate tool I can try instead of Tophat2, such as HISAT?