-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pipeline finishing with no results #2
Comments
The pipeline usually runs longer than overnight >8 hours. Could you please show what's in your temp folder? Or do you have a job log file on HPC that records all the messages during the running, which benefits troubleshooting? |
Has your issue been solved? |
Sorry to be a drag, I've been trying to fix this on my own. I believe I'm running into a memory issue, but I'm honestly unsure why. |
Empirically, during the MTD running for bulk RNA-seq data, it may take ~15x higher storage requirement than the compressed fastq (e.g., fq.gz) input files, or ~3x higher than the uncompressed fastq input files. For example, 500GB uncompressed fastq input files may need an additional ~1.5TB storage space for MTD running. |
I increased my storage with that information, but I've hit a new issue. My volume is mounted as mentioned as /newvolume/. I've placed my fastq's (they're all compressed as fastq.gz's), and in a sub folder under /newvolume/MTD/expdata/. The CSV sample sheet is also in that folder. Currently, when I run I'm hitting this issue? bash MTD/MTD.sh -i MTD/expdata/samplesheet.csv -o MTD/output/ -h 9606 -t 64 |
Please use the full path such as ~/MTD/MTD.sh |
Will report back once I fix that - I'm receiving an error: /home/ubuntu/MTD/MTD.sh: No such file or directory when I run ~/MTD/. Which makes sense because my install is under newvolume/MTD/. I'm assuming something is messed up with either the permissions or the volume itself, though it does appear to be mounted correctly. I'll get this fixed an report back. |
Like the title says - I ran the pipeline overnight and when I opened this morning it said it was done/didn't report any errors. However, there was nothing in my output folder except for the temp folder?
The text was updated successfully, but these errors were encountered: