Conversation
After struggling with build mace with bioconda or manually build with biocontainer, create mace dockerfile based on the centos7.
Just found simply type "conda install -c conda-forge -c bioconda mace==1.2" according to the information on https://biocontainers.pro/tools/mace
osallou
left a comment
There was a problem hiding this comment.
Should be in a subdir with upstream version name
mace/Dockerfile
Outdated
| ################## METADATA ###################### | ||
|
|
||
| LABEL base_image="biocontainers:v1.0.0_cv4" | ||
| LABEL version="3" |
There was a problem hiding this comment.
First release of dockerfile so should be 1
you misunderstood me, must be in softwarename/softwareversion/Dockerfile in your case: mace/1.2/Dockerfile and software.name should be mace (lowercase) |
|
Just a new guy in github. lol |
|
about.license field is a URL. license should be the license identifier (GPL-3.0 for example). |
|
about.license field is not in spdx list: https://spdx.org/licenses/, if it is a typo error, please fix it. If this is not a standard license, please specify Custom License and use about.license_file label to specify license location (in container or url). |
|
Found a biotools entry matching the software name (https://bio.tools/MACE), if this is the same software, please add the extra.identifiers.biotools label to your Dockerfile |
|
No test-cmds.txt (test file) present, skipping tests |
|
as suggested, license field should be spdx compliant ie GPL-3.0-or-later or GPL-3.0-only (depends on soft license) and should see if biotools entry match this software to add related metadata label |
MACE on biotools is "MACE - Mass Spectra for Chemical Ecology". This software is "MACE - Model base Analysis of ChIP-Exo". |
|
Found a biotools entry matching the software name (https://bio.tools/MACE), if this is the same software, please add the extra.identifiers.biotools label to your Dockerfile |
|
No test-cmds.txt (test file) present, skipping tests |
After struggling with build mace with bioconda or manually build with biocontainer, create mace dockerfile based on the centos7.
Submitting a Container
(If you're requesting for a new container, please check the procedure described here.
Check BioContainers' Dockerfile specifications
Checklist
Check BioContainers' Dockerfile metadata
Other message:
After convert quay.io/biocontainers/mace to singularity sif, couldn't bind directory with error:
/etc/resolv.conf doesn't exist in container
while run "conda install -c bioconda mace" showed error:
I've checked this version of docker could work in singularity with volume binding.