-
Notifications
You must be signed in to change notification settings - Fork 2
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
Loading/activating PEPATAC crate_Errors #53
Comments
singularity is not correctly pulling that image... can you do this independet of bulker?
|
Hi Nathan, I managed to edit the "singularity_build.jinja2 " file to remove the #!/bin/sh if [ ! -f "{{ pkg.singularity_fullpath }}" ]; then Run 'singularity pull --help' for more detailed usage information. |
If you can't do "singularity pull rpipe docker://databio/rpipe" in general, then there's some problem with singularity that is not related to bulker. might need to ask the sys admins or something, maybe they disabled creation of singularity images? |
Hi, [karim90@sh02-ln01 login ~]$ srun -c 4 --pty bash INFO: Creating SIF file... I want to ask you since I pulled directly the singularity image and now I have it in my $PI_HOME/Karim Directory I guess I don’t need to do: bulker activate databio/pepatac Can I start with the test project, or there’s another step to do before. Thanks |
well, bulker puts it in a specific spot that it manages, so you'd be best of now using bulker to build it... |
Just a quick question regarding my directory. Right now the pulled image is here (I made a special dir for this): Can I stay in this same directory to "bulker load -b databio/pepatac" or move to the parent directory in my case /home/groups/pbeachy/Karim Thanks |
the directory shouldn't matter, bulker will manage the locations according what you have listed in your bulker config file. |
It did not work karim90@sh02-01n30 /home/groups/pbeachy/Karim/singularity/pepatac]$ bulker load -b databio/pepatac docker pull quay.io/biocontainers/ucsc-bedgraphtobigwig:357--h35c10e6_3Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Here's my configuration for bulker_config.yaml: [karim90@sh02-01n30 /home/groups/pbeachy]$ cat bulker_config.yaml |
hi, you need to make sure to set up the config correctly. See the error message: Using default config. No config found in env var: BULKERCFG So, it's not using the config. and therefore trying to use docker (the default), which you don't have installed. You have to pass it as |
I followed the documentation by defining BULKERCFG environment variable but it did not work [karim90@sh01-ln04 login docker pull quay.io/biocontainers/ucsc-bedgraphtobigwig:357--h35c10e6_3Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
To give you a clear idea; Here's the full list of commands I have done (mainly by following the documentation) I also included the error message after try to load: ml python/3.6.1 #Error |
Hi Nathan,
I'm working on sherlock (Stanford cluster)
I'm trying to load PEPATAC crate using the "bulker load databio/pepatac -b -r" command. During the load, I had this return
'INFO: Creating SIF file...
FATAL: While making image from oci registry: while building SIF from layers: while creating squashfs: create command failed: signal: killed:
mv: cannot stat ‘rpipe’: No such file or directory
------ Error building. Build script used: ------
#!/bin/sh
if [ ! -f "/home/users/karim90/simages/databio/rpipe" ]; then
singularity pull rpipe docker://databio/rpipe
mv rpipe /home/users/karim90/simages/databio/rpipe
fi
Container available at: /home/users/karim90/simages/databio/rpipe
Container available at: /home/users/karim90/simages/quay.io/biocontainers/samtools:1.9--h91753b0_8
Container available at: /home/users/karim90/simages/quay.io/biocontainers/ucsc-wigtobigwig:357--h35c10e6_3
Populating host commands
Loading manifest: 'databio/pepatac:default'. Activate with 'bulker activate databio/pepatac:default'.
Commands available: bedGraphToBigWig, bedToBigBed, bedtools, bigWigCat, bowtie2, fastqc, java, macs2, pigz, preseq, samblaster, skewer, R, Rscript, samtools, wigToBigWig
Host commands available: python3, Perl"
When I tried to activate bulker using the "bulker activate databio/pepatac" command on sherlock, I had this error
[karim90@sh02-ln03 login
]$ bulker activate databio/pepatac$ exit"Bulker config: /home/users/karim90/bulker_config.yaml
Activating bulker crate: databio/pepatac
Error for command "pull": unknown shorthand flag: 'n' in -n
"Run 'singularity pull --help' for more detailed usage information.
mv: cannot stat ‘alpine-coreutils’: No such file or directory
FATAL: could not open image /home/users/karim90/simages/databio/alpine-coreutils: failed to retrieve path for /home/users/karim90/simages/databio/alpine-coreutils: lstat /home/users/karim90/simages/databio/alpine-coreutils: no such file or directory
databio/pepatac|
Thank you for your help
The text was updated successfully, but these errors were encountered: