-
Notifications
You must be signed in to change notification settings - Fork 42
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
tmpdir not reassigning in fastqc in rule_fastqc #424
Comments
Just to add some additional information, I went into the fastqc env ( This showed
As such I have added Ben |
Hi @benyoung93 thanks for using sunbeam! It looks like maybe fastqc provides an option for rerouting tmp files with Charlie |
HI @Ulthran :) thanks for the reply yes I can try that, so far it has not crashed yet with the Just to double check, ive put the editied command below just want to make sure it is in the correct place :).
|
Looks right to me! |
quick update, my throwing the
So I am now retrying it with
Ben |
Adding in the FIngers crossed the rest of the pipeline now completes :). Ben |
Glad that's working for you! Part of me wants to include config options for every rule's CLI to easily add in options like this. But then the other part of me doesn't want to add a hundred new config options and muck up the config file... I'll keep thinking on this one. |
Personally, I think it would be alot of work and, as you said, potentially mess up config files thus creating more effort than it is worth. A potential middle ground could be to incorporate a small section in the manual about adding in additional CLI options for the tools. For example pointing to the workflow directory and relevant .smk files (which I know is alreadty mentioned in the software structure section of the docs), and then a potential list of the tools used and links to the flags for each software. Just an idea which is again a wee but of work but could be a nice middle ground :). Ben |
Describe the bug
The /tmp ion our cluster is only 2Gb (8Gb if on a login node). As such I have
export TMPDIR=/rc_scratch/beyo2625/temp_space
(10Tb space on my scratch) which has fixed the majority of crashes from no space being avaliable on the /tmp. Unfortunately, when runningrule_fastqc
I can successfully get the main submission script to route to my scratch space, but then within the fastqc it is still routing to the /tmp and thus crashing (see the log below). Is there anyway to get fastqc in the rule to redirect to the scratch space as well?I know there is probably a simple way to do this, but I am coming up blank at the moment.
I also get I could keep the snakemake running as the fastqc is not really required for anything else, only the reports, but it would be nice to have them all for my files :).
Output/logs/screenshots
Sunbeam version
sunbeam v4.1.0
Additional context
The text was updated successfully, but these errors were encountered: