Closed ryao-mdanderson closed 1 year ago
Dear @jluebeck @edwin5588: May you please look into the above issue report? Thank you for your help.
Regards, Rong Yao
Hi Rong,
Thank you for your message - I have updated the script and will update the hosted docker images in the next day or so. I will mark this issue closed when the process is completed.
Thank you, Jens
Dear Jens,
Great! Thank you very much for your help!
Rong
Hi Jens,
We use the image that hosted in docker hub. I am checking https://hub.docker.com/r/jluebeck/ampliconarchitect, seems it was updated 3 months ago. Please kindly update an updated docker image so that we can directly pull from.
Thank you for your help! Rong
Good morning Jens:
We notice at hub.docker.com, the container for AmpliconSuite-pipeline (jluebeck/prepareaa) was updated several hours ago, just wondering, how it relates to docker image https://hub.docker.com/r/jluebeck/ampliconarchitect? Thanks for your help!
Regards, Rong
Got it - sorry for the confusion. I have now also updated the jluebeck/ampliconarchitect image as well. The AmpliconSuite-pipeline docker image contains the latest version of AmpliconArchitect, but now both are updated to the most recent versions.
Hello Jens:
Awesome! Thank you very much.
Regards, Rong
[root@login-0 dockerfiles]# singularity pull ampliconarchitect.sif docker://jluebeck/ampliconarchitect FATAL: While making image from oci registry: error fetching image to cache: failed to get checksum for docker://jluebeck/ampliconarchitect: reading manifest latest in docker.io/jluebeck/ampliconarchitect: requested access to the resource is denied
Has anyone met this error?
Hi, this is the preferred way to get the AmpliconArchitect via singularity:
singularity pull library://jluebeck/ampliconsuite-pipeline/ampliconsuite-pipeline
We have packaged AmpliconArchitect with AmpliconSuite and this is how users should get the latest versions. Please let me know if you continue to run into issues or need some other functionality to accomplish your goals.
Thanks, Jens
I'm getting this issue:
[feshap@docker02 ~]$ singularity pull library://jluebeck/ampliconsuite-pipeline/ampliconsuite-pipeline
FATAL: While pulling library image: error fetching image: image does not exist in the library: jluebeck/ampliconsuite-pipeline/ampliconsuite-pipeline:latest (amd64)
How do I know if the problem's local or remote? Thanks
Thanks for reaching out. I had forgotten to tag this image as 'latest'. The command is functional now.
Dear @jluebeck:
Thank you for providing the research community for this application.
We would like to request a new docker image of ampliconarchitect with a slight change but makes it working to invoke running run_aa_script.sh outside of the container.
The following is a summary what my colleague did:
Follow the Singularity container for AmpliconArchitect. Instructions at
say the following:
so I have done the following on a linux server:
For running AmpliconArchitect, instructions at
say the following:
Script ``AmpliconArchitect/docker/run_aa_docker.sh'' performs a lot of setup work and ends with the following line:
Note that it ends with ``bash /home/run_aa_script.sh''. If I try to run that script, I see the following:
If I go into the Singularity container, I can do the following:
So this works interactively within the container but not when invoked from outside the container. Here is script ``run_aa_script.sh'':
If the user is in container directory /home and invokes shell script
run_aa_script.sh'', the script looks in adjacent directory
programs'' for Python script `` AmpliconArchitect.py'' (it is there; I checked), and executes it.I created a modified version of ``run_aa_script.sh'' in container directory /tmp (/home is read-only) that changed the last line to be the following:
and that works from outside /home:
**** end of what my colleague have tried.
If you can help with a slightly modified version of script ``run_aa_script.sh'' to put the absolute path to to AmpliconArchitect.py, then upload this new image to docker site, that will be very helpful.
Thank you for your help!