-
Notifications
You must be signed in to change notification settings - Fork 17
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
ascat error occuring with creation of scratch dir #99
Comments
There is a dedicated ascatngs image in quay.io here: singularity pull docker://quay.io/wtsicgp/ascatngs:4.4.0 Use of singularity is dependent on how your administrators have configured it. You may need to manually mount the filesystem. I'd expect the command to be something like:
|
good to know about the other docker, i'll probably switch to that one. that does seem to be the solution. i automatically assumed i would not be able to bind |
so actually we realized that the above is not an appropriate solution, because we are running in the workflow language instead our solution was to run |
Thanks for the info. We don't use nextflow a huge amount. I'll need to investigate which part is using |
@keiranmraine |
I am trying to run
ascat.pl
and coming up on an error immediately after executing:Error in tempdir() using /scratch/myusername/XXXXXXXXXX: Could not create directory /scratch/myusername/Gb4qZ4stot: Read-only file system at /opt/wtsi-cgp/lib/perl5/Sanger/CGP/AlleleCount/Genotype.pm line 182.
i don't see any option in ascat.pl that allows me to point to a new tmp dir. I am running the ascat.pl from within a singularity container (pulled from
dockstore-cgpwgs:2.1.0
anddockstore-cgpwgs:2.1.1
) on anlsf
cluster and my working directory is already a subdirectory of/scratch
. any solutions to this?The text was updated successfully, but these errors were encountered: