hi I tried to combine 2 queries in galaxy and received the following error:
sort: write failed: /tmp/sortKHo9Wg: No space left on device join: invalid file number in field spec: `-1'
How this can be fixed? I worked on 454 data and created a SAM file there, then filtered for the reads which aligned only once to the genome and then, according to the tutorial, tried to combine the quries and to leave only those raws in the SAM file which are also found in the filtered file (and thus occur only once), this is when I received the error. Many thanks!
The error seems pretty specific--the server running the query is out of tmp space. Looks like you probably want to write to the galaxy support email list?
I think when you filtering SAM file on certain field (in your case mapped unique), obtained file (with unique reads only) is still in SAM format. In addition today I received several times a message that public Galaxy was down, so try to perform your analysis again.