-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Update comet-ms from v2023.01.0 to v2023.01.2 #46567
Conversation
comet is probably missing "-lrt" in its Makefile and does not allow for specifying it. |
If that solves it, maybe raise an issue upstream to be able to specify it more easily. At Comet, they are usually quite responsive to suggestions. |
The sed did not work correctly. |
recipes/comet-ms/build.sh
Outdated
@@ -7,6 +7,7 @@ export CPPFLAGS="-I${PREFIX}/MSToolkit/include" | |||
|
|||
sed -i.bak "s#gcc#${CC}#;s#g++#${CXX}#" MSToolkit/Makefile | |||
sed -i.bak "s#gcc#${CC}#;s#g++#${CXX}#" CometSearch/Makefile | |||
sed -i.bak "s#\$\(LIBS\)#\$\(LIBS\) -lrt#" Makefile |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sed -i.bak "s#\$\(LIBS\)#\$\(LIBS\) -lrt#" Makefile | |
sed -i.bak 's#$(LIBS)#$(LIBS) -lrt#' Makefile |
Maybe try single quotes for bash?
maybe try single quotes instead of escaping. |
Ok the SED worked now. But not the flag. |
Thanks @jpfeuffer 🙏🏼 I my naive thought is that it needs to be right behind the .cpp file right? (Stackoverflow) |
Co-authored-by: Julianus Pfeuffer <[email protected]>
I'm not sure if it helps putting it even further to the front. You can also try that. |
Ok last try until I ping the authors 😁 |
It builds now but maybe:
shoud be:
|
The compilers are ‘build’ deps usually.
…On Wed, 20 Mar 2024 at 16:51, Julianus Pfeuffer ***@***.***> wrote:
It builds now but:
requirements:
build:
- make
- unzip
- {{ compiler('c') }}
- {{ compiler('cxx') }}
shoud be:
requirements:
build:
- make
- unzip
host:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
—
Reply to this email directly, view it on GitHub
<#46567 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABYUQWEZV7WLM3WKKMYIPLYZGPAXAVCNFSM6AAAAABE5PIATWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBZG42TSOBYGA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
@martin-g but how does one specify a runtime dependency on libstdc++ then? |
I have no idea why the stdlib or libc would not be available/findable on the mulled containers. You can also try
In the build section. Maybe this makes it work statically since this newer glibc includes chrono_gettime. No idea if you can set the same OS for the mulled containers of bioconda and which one would be the default. But maybe it just works. Alternatives are trying to build MSToolkit and CometSearch dynamically as well. |
Please read the comments at #46186 The mulled containers are based on |
I think I would try to build without removing static again and adding the dependency on sysroot-glibc=2.17 Mulled tests are just too broken. It clearly works in the test environment which also correctly installs libstdcxx-ng. |
Thanks @jpfeuffer! I gave you permission to edit my fork. I think that speeds up things, since I'm not exactly sure how to fix it. Can you edit the file? |
@BiocondaBot please add label |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@jonasscheid assures me that this is good to go, and CI looks good, so merging 😉 |
* Add scsplit (bioconda#46438) * changes to cellhashr * yaml file for scsplit * out cellhashr folder * Lint fix * fix lint * fix lint * corrections for lint * fixes lowercase * scsplit out * scsplit back * change to link * fixes * cutadapt: add linux-aarch64 build (bioconda#46424) Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * bump revoluzer 0.1.6 (bioconda#46517) * Update pyhmmer to 0.10.10 (bioconda#46518) * Update compleasm to 0.2.6 (bioconda#46532) * Update sevenbridges-python to 2.11.0 (bioconda#46531) * Update rnachipintegrator to 3.0.0 (bioconda#46520) * Update rnachipintegrator to 3.0.0 * rnachipintegrator: add missing 'run_exports' statements required by linter. --------- Co-authored-by: Peter Briggs <[email protected]> * Update ena-webin-cli to 7.1.1 (bioconda#46530) * Update sneep to 1.0 (bioconda#46528) * Update physiofit to 3.3.5 (bioconda#46526) * Update pcaone to 0.4.4 (bioconda#46521) * fasttree: add linux-aarch64 build (bioconda#46436) Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * fix busco patch (bioconda#46524) * fix busco patch * increment build number * Update r-acidgenerics to 0.7.7 (bioconda#46536) * Update r-acidplyr to 0.5.4 (bioconda#46538) * Update checkqc to 4.0.1 (bioconda#46529) * Update checkqc to 4.0.1 * add python to run deps as package is noarch:python --------- Co-authored-by: mencian <[email protected]> * Update trust4 to 1.0.14 (bioconda#46537) * Fix entrypoint for psm-utils (bioconda#46533) * update python-edlib: enable python-edlib build (bioconda#46513) * muscle: add linux-aarch64 build (bioconda#46525) * muscle: add linux-aarch64 build Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * Bump muscle to 5.1.0 Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * Add support for Linux ARM64 rcedgar/muscle#73 Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> --------- Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * hmmcopy: enable linux-aarch64 build (bioconda#46359) Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * linux-aarch64 build for alcor (bioconda#46388) * linux-aarch64 build for alcor * linux-aarch64 build for alcor * linux-aarch64 build for alcor * linux-aarch64 build for alcor * linux-aarch64 build for ac (bioconda#46362) * linux-aarch64 build for ac * linux-aarch64 build for ac * Update treeswift to 1.1.40 (bioconda#46541) * Update phykit to 1.19.0 (bioconda#46542) * Update r-azimuth to 0.5.0 (bioconda#46495) * Update r-azimuth to 0.5.0 * Update meta.yaml * Update meta.yaml * Update meta.yaml * Update meta.yaml * Update meta.yaml * Update meta.yaml --------- Co-authored-by: Christian Brueffer <[email protected]> Co-authored-by: Joshua Zhuang <[email protected]> * Update augur to 24.3.0 (bioconda#46534) * Update psm-utils to 0.7.4 (bioconda#46535) * Update psm-utils to 0.7.4 * reset build number --------- Co-authored-by: Joshua Zhuang <[email protected]> Co-authored-by: mencian <[email protected]> * Update freyja to 1.5.0 (bioconda#46544) * Update mgatk recipe (bioconda#46545) * Update maegatk recipe (bioconda#46546) * Update yacht to 1.2.2 (bioconda#46547) * bowtie2: add linux-aarch64 build (bioconda#46423) * bowtie2: add linux-aarch64 build Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * bowtie2: [linux-aarch64] Git clone the third party dependencies Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> --------- Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * pyspoa: enable linux-aarch64 build (bioconda#46549) * pyrodigal: enable linux-aarch64 build (bioconda#46553) * pyrodigal: enable linux-aarch64 build * bump build number * Update phold to 0.1.3 (bioconda#46557) * Update snakemake to 8.9.0 (bioconda#46565) * pyhmmer: enable linux-aarch64 build (bioconda#46551) * Update bioconda-utils to 2.12.0 (bioconda#46577) * update fastp adding new platform (bioconda#46576) * update stringtie adding new platform (bioconda#46569) * update stringtie adding new platform * add run_exports * add zlib * make linux-aarch64 build for age_metasv (bioconda#46563) * linux-aarch64 build for age-metasv * linux-aarch64 build for age-metasv --------- Co-authored-by: HWsunqian0027 <[email protected]> * Add srahunter/meta.yaml (bioconda#46243) * Changes to be committed: new file: srahunter/meta.yaml * Update meta.yaml * Update meta.yaml * Update meta.yaml * Update meta.yaml * update star adding new platform (bioconda#46555) * update star adding new platform * fix make flags * Update assemblycomparator2 to 2.6.1 (bioconda#46566) * Update boms to 1.1.0 (bioconda#46571) * Update perl-minion to 10.29 (bioconda#46579) * Add recipe hairsplitter (bioconda#46564) * added hairsplitter * correct linting * corrected hairsplitter recipe * Update diffacto to 1.0.7 (bioconda#46561) * Update diffacto to 1.0.7 * add run_exports --------- Co-authored-by: mencian <[email protected]> * Update tracegroomer to 0.1.3 (bioconda#46583) * Update genomad to 1.7.6 (bioconda#46589) * Update genomad to 1.7.6 * edit run_exports --------- Co-authored-by: mencian <[email protected]> * pybigwig: enable linux-aarch64 build (bioconda#46588) * pyfamsa: enable linux-aarch64 build (bioconda#46582) * bx-python: enable linux-aarch64 build (bioconda#46584) * parasail-python: enable linux-aarch64 build (bioconda#46585) * pyabpoa: enable linux-aarch64 build (bioconda#46586) * cyvcf2: enable linux-aarch64 build (bioconda#46591) * Update fibertools-rs to 0.4.1 (bioconda#46593) * Updated ToulligQC to v2.5.3 (bioconda#46574) * Updated ToulligQC to v2.5.3 and dependencies * Update matplotlib to matplotlib-base * Changed python 3.11.0 to 3.10.0 * Remove pip * Incorrect sha256 * Update pixelator to 0.16.2 (bioconda#46606) * update preseq adding new platform (bioconda#46596) * update preseq adding new platform * skip for osx-arm64 * Revert "skip for osx-arm64" This reverts commit 506b52a. * linux-aarch64 build for bioawk (bioconda#46604) Co-authored-by: HWsunqian0027 <[email protected]> * linux-aarch64 build for bedops (bioconda#46603) Co-authored-by: HWsunqian0027 <[email protected]> * linux-aarch64 build for bedtk (bioconda#46602) Co-authored-by: HWsunqian0027 <[email protected]> * linux-aarch64 build for bfc (bioconda#46601) Co-authored-by: HWsunqian0027 <[email protected]> * linux-aarch64 build for bcalm (bioconda#46600) Co-authored-by: HWsunqian0027 <[email protected]> * update fq adding new platform (bioconda#46599) * update gffread adding new platform (bioconda#46595) * linux-aarch64 build for aragorn (bioconda#46592) Co-authored-by: HWsunqian0027 <[email protected]> * Update pathogen-profiler to 4.1.0 (bioconda#46612) * Update pathogen-profiler to 4.1.0 * update deps and shasum --------- Co-authored-by: Jody Phelan <[email protected]> * update bedgraphtobigwig with additional platform (bioconda#46516) * add additional platform * increase build number * add patch * fix typo --------- Co-authored-by: Pablo <[email protected]> * Update pymlst to 2.1.6 (bioconda#46615) * Update hmftools-orange to 3.3.1 (bioconda#46614) * Update skyline2isocor to 1.0.0 (bioconda#46608) * Update pybiolib to 1.1.1881 (bioconda#46616) * linux-aarch64 build for addrg (bioconda#46609) * linux-aarch64 build for addrg * Set max_pin to x.x * Add zlib developer dependency --------- Co-authored-by: HWsunqian0027 <[email protected]> * Add linux-aarch64 build for seqkit (bioconda#46620) * Add SigProfilerPlotting recipe (bioconda#46607) * Add SigProfilerPlotting recipe * update test command * Update meta.yaml --------- Co-authored-by: Robert A. Petit III <[email protected]> * Update: Musgy - Fix issue with sed on macos m1 (bioconda#46625) * Update meta.yaml attempt to fix sed issue on macos m1 * Update meta.yaml added run_exports for linting check * add linux-aarch64-aligncov * add linux-aarch64-aligncov * Update tb-profiler to 6.1.0 (bioconda#46622) * Update mosdepth to 0.3.7 (bioconda#46627) Co-authored-by: Matthias De Smet <[email protected]> * Update mitos to 2.1.8 (bioconda#46639) * bump baredsc to test build (bioconda#46613) * bump baredsc to test build * unbump baredsc * add space to rebuild * Add SigProfilerMatrixGenerator recipe (bioconda#46605) * recipe added * run_exports added * Recipe update * test commands update * Update prokbert to 0.0.44 (bioconda#45794) * Update prokbert to 0.0.41 * Update prokbert to 0.0.43 * Update prokbert to 0.0.44 --------- Co-authored-by: Joshua Zhuang <[email protected]> * Update ampcombi to 0.2.2 (bioconda#46641) * Update hmftools-mark-dups to 1.1.3 (bioconda#46628) * Update treetime to 0.11.3 (bioconda#46647) * Update ppanggolin to 2.0.5 (bioconda#46648) * Update ebi-eva-common-pyutils to 0.6.4 (bioconda#46645) * ltr_harvest_parallel: Removed ver for genometools-genometools (bioconda#46623) * Removed ver for genometools-genometools * Incremented build number * Removed ver constraint for ltr_finder (bioconda#46624) * Add splitcode recipe (bioconda#46543) * Add splitcode recipe * Add splitcode recipe: set build number 0 * Update recipes/splitcode/meta.yaml Co-authored-by: Ryan Dale <[email protected]> --------- Co-authored-by: Ryan Dale <[email protected]> * Update agc to 3.1 (bioconda#46540) * Update meta.yaml * Update meta.yaml * Update meta.yaml * Update meta.yaml * Update meta.yaml * Update meta.yaml * Update meta.yaml * Update meta.yaml * Update meta.yaml * Update meta.yaml * Update meta.yaml * Update recipes/agc/meta.yaml Co-authored-by: Ryan Dale <[email protected]> --------- Co-authored-by: Joshua Zhuang <[email protected]> Co-authored-by: Ryan Dale <[email protected]> * Update agat to 1.3.2 (bioconda#46652) * Update anchorwave to 1.2.3 (bioconda#46631) Co-authored-by: Joshua Zhuang <[email protected]> * Update itsxpress to 2.0.2 (bioconda#46654) * Update snakemake-interface-executor-plugins to 9.0.1 (bioconda#46651) * bimp mitos (bioconda#46638) * Update meta.yaml (bioconda#46619) * Update ms2deepscore to 2.0.0 (bioconda#46637) * Update ms2deepscore to 2.0.0 * update dependencies --------- Co-authored-by: Joshua Zhuang <[email protected]> Co-authored-by: mencian <[email protected]> * Update callingcardstools to 1.5.2 (bioconda#46657) * Update fibertools-rs to 0.4.2 (bioconda#46660) * update tb-profiler dependencies (bioconda#46649) * update dependencies * update build number * Update TREE-QMC to 3.0.0 (bioconda#46656) * tqmc * build.sh fixed * "folder_and_package_name_must_match" fixed * missing_run_exports fixed * g++ not found fix * build error fixed * build error fix * build.sh fix * osx compilation fix * made the name and version number consistent * minor * tree-qmc 3.0.0 updates * tree-qmc 3.0.0 updates * build.sh fixed * build.sh fixed * build.sh fixed * build.sh * build.sh * debug * build * Update sourmash to 4.8.7 (bioconda#46655) Co-authored-by: Joshua Zhuang <[email protected]> * linux-aarch64 build for 3seq (bioconda#46610) * linux-aarch64 build for 3seq * updated pin_subpackage --------- Co-authored-by: HWsunqian0027 <[email protected]> Co-authored-by: Thanh Lee <[email protected]> * linux-aarch64 build for abundancebin (bioconda#46633) Co-authored-by: HWsunqian0027 <[email protected]> * update ucsc-bedclip adding new platform (bioconda#46626) * update ucsc-bedclip adding new platform * add patch * fix compilation for arm * remove from blacklist * try another way to specify compiler version * edit pin_subpackage --------- Co-authored-by: Joshua Zhuang <[email protected]> * Update ntsynt build (bioconda#46659) * Update ntlink build (bioconda#46663) * Pinning btllib version for now due to possible bug in the most recent release * Update r-liger to 2.0.0 (bioconda#46621) * Update r-liger to 2.0.0 * add missing deps * oops, bioconductor- not r- --------- Co-authored-by: mencian <[email protected]> * Update oakvar to 2.9.92 (bioconda#46668) * Update comet-ms from v2023.01.0 to v2023.01.2 (bioconda#46567) * Update meta.yaml * Update build number and run_exports * add -lrt to makefile due to chrono error * add escapes in build.sh * Update build.sh * Update build.sh * Update recipes/comet-ms/build.sh Co-authored-by: Julianus Pfeuffer <[email protected]> * Update build.sh * Update meta.yaml * Update meta.yaml * Update meta.yaml * Update meta.yaml * Create conda_build_config.yaml to control glibc version during test * Update meta.yaml * Update meta.yaml * Update meta.yaml * Delete recipes/comet-ms/conda_build_config.yaml * Update meta.yaml * ad gcc to build (which implicitely adds libgcc during host and runtime) * static with glibc 2.17 --------- Co-authored-by: Julianus Pfeuffer <[email protected]> * Update snakemake-interface-executor-plugins to 9.0.2 (bioconda#46684) * Update sequali to 0.5.1 (bioconda#46694) * Update ntm-profiler to 0.4.0 (bioconda#46667) * Update ntm-profiler to 0.4.0 * Update pathogen profiler pinning * update deps --------- Co-authored-by: Robert A. Petit III <[email protected]> Co-authored-by: Jody Phelan <[email protected]> * Updated ToulligQc to v2.5.4 (bioconda#46689) * linux-aarch64 build for mappy (bioconda#46674) Co-authored-by: yejianbang <[email protected]> * inux-aarch64 build for altair-mf (bioconda#46673) * linux-aarch64 build for altair-mf * Update meta.yaml --------- Co-authored-by: yejianbang <[email protected]> Co-authored-by: yejianbang <[email protected]> * Update pbstarphase to 0.8.2 (bioconda#46699) * Update snakemake-executor-plugin-lsf to 0.2.3 (bioconda#46693) * Update bactopia-py to 1.0.9 (bioconda#46704) * Update phables to 1.3.2 (bioconda#46676) * Update zol to 1.3.20 (bioconda#46709) * moved arborator v1.0.0 (bioconda#46650) arborator v1.0.0 moved arborator to the right folder * Update wfmash to 0.13.0 (bioconda#46710) * Add recipe for REViewer (bioconda#46514) * Update meta.yaml (bioconda#46711) * update rgi pinning for pyrodigal (bioconda#46669) * update rgi pinning for pyrodigal * bump build number * fix issue with sistr container (bioconda#46712) * fix issue with sistr container * fix typo * adjust python pinning in gubbins (bioconda#46713) * fix amrfinderplus pinning in abritamr (bioconda#46714) * locidex v0.1.1 recipe (bioconda#46715) * locidex v0.0.1 recipe * locidex v0.0.1 recipe * locidex v0.1.1 recipe * locidex v0.1.1 recipe * Add new package for genotyping reads (bioconda#46587) * Add new package for genotyping reads * Changed python version to 3.8 * Updated python version * Updated dependencies * Updated biopython version * Removed build.sh * Update meta.yaml * Updated meta.yaml * Updated meta.yaml * Updated meta.yaml * Updated meta.yaml * Updated meta.yaml * Updated meta.yaml * Updated meta.yaml * Updated meta.yaml * Update meta.yaml * Minor changes * Minor change * Version update * Update neat to 4.1.1 (bioconda#46708) * Update neat to 4.1 * Update neat to 4.1.1 * Update massdash to 0.0.9 (bioconda#46707) * Update pbfusion to 0.4.1 (bioconda#46705) * Update hifihla to 0.3.0 (bioconda#46702) * Update snakemake to 8.10.0 (bioconda#46691) * Update snakemake to 8.10.0 * Update meta.yaml --------- Co-authored-by: Johannes Köster <[email protected]> * Update chewbbaca to 3.3.4 (bioconda#46698) * Update fiji-simple_omero_client to 5.18.0 (bioconda#46700) * Update dxpy to 0.372.0 (bioconda#46692) * Update dimet to 0.2.4 (bioconda#46685) * Update viroconstrictor to 1.4.1 (bioconda#46682) * update taxor to version 0.1.3 (bioconda#46678) Co-authored-by: Jens-Uwe Ulrich <[email protected]> * Update hictk to v0.0.11 (bioconda#46703) * Bump hictk to v0.0.11 * Compiler segfaults are so much fun... * WIP * WIP * WIP * WIP * Bugfix * Update URL and checksum * Update dragonflye to 1.2.0 (bioconda#46721) * Update dragonflye to 1.2.0 * Update depends --------- Co-authored-by: Robert A. Petit III <[email protected]> * Update bactopia-assembler to 1.0.4 (bioconda#46720) * Update bactopia-assembler to 1.0.4 * Update depends --------- Co-authored-by: Robert A. Petit III <[email protected]> * Update pangu to 0.2.5 (bioconda#46701) * Update bactopia to 3.0.1 (bioconda#46724) * Update bactopia to 3.0.1 * Update depends --------- Co-authored-by: Robert A. Petit III <[email protected]> * Update tb-profiler to 6.2.0 (bioconda#46732) * add linux-aarch64-alignoth (bioconda#46646) * add linux-aarch64-aligncov * add linux-aarch64-aligncov * alignoth * alignoth2 * alignoth2 * alignoth2 --------- Co-authored-by: yejianbang <[email protected]> * Update DRAM version (bioconda#46723) * Update dram version * Add github issue link * Add run_exports * Fix patches location * Fix patch --------- Co-authored-by: Natasha Pavlovikj <[email protected]> * Update resfinder to 4.5.0 (bioconda#46681) * Update rmats to 4.3.0 (bioconda#46695) * Update pybiolib to 1.1.1909 (bioconda#46688) * Update pybiolib to 1.1.1890 * Update pybiolib to 1.1.1892 * Update pybiolib to 1.1.1896 * Update pybiolib to 1.1.1909 * Update gnparser to 1.9.1 (bioconda#46683) * Update cazy_webscraper to 2.3.0.3 (bioconda#46725) * Update influx-si-data-manager to 1.0.1 (bioconda#46737) * Add lemur v1.0.0 (bioconda#46666) * Add lemur v1.0.0 * Add run_exports * Add eva-sub-cli recipe (bioconda#45929) * add eva-sub-cli recipe * fix indentation * add unzip * quiet unzip * add preserve_egg_dir * add node to run requirements * update meta with new conda dependencies * trigger pipeline * bamtools: add linux-aarch64 build (bioconda#46734) Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * Update TREE-QMC to 3.0.1 (bioconda#46738) * tqmc * build.sh fixed * "folder_and_package_name_must_match" fixed * missing_run_exports fixed * g++ not found fix * build error fixed * build error fix * build.sh fix * osx compilation fix * made the name and version number consistent * minor * tree-qmc 3.0.0 updates * tree-qmc 3.0.0 updates * build.sh fixed * build.sh fixed * build.sh fixed * build.sh * build.sh * debug * build * v3.0.1 * seqtk: add linux-aarch64 build (bioconda#46730) Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * Update dajin2 to 0.4.2 (bioconda#46722) * update dimet for Ben (bioconda#46739) * Update bioconda-utils to 2.13.0 (bioconda#46740) * Update bioconda-utils to 2.13.0 * update requirements to match bioconda-utils repo --------- Co-authored-by: aliciaaevans <[email protected]> * Update influx-si-data-manager to 1.0.2 (bioconda#46741) * Update vcfdist to 2.5.1 (bioconda#46743) * linux-aarch64 build for alignstats (bioconda#46635) * linux-aarch64 build for alignstats * linux-aarch64 build for alignstats * Update meta.yaml --------- Co-authored-by: yejianbang <[email protected]> Co-authored-by: yejianbang <[email protected]> * update umi_tools adding new platform (bioconda#46598) * updated pyrodigal >=3.0 due to new feature for locidex (bioconda#46742) * Update condiga to 0.2.2 (bioconda#46675) * Update condiga to 0.2.2 * add run_exports --------- Co-authored-by: mencian <[email protected]> * Update anvio-minimal to 8 (bioconda#43417) * Update anvio-minimal to 8 * Update anvio-minimal to 8 * add run_exports * edit dependencies * Update anvio-minimal to 8 * Update anvio-minimal to 8 * Update anvio-minimal to 8 * add multiprocess * add rich-argparse --------- Co-authored-by: joshuazhuang7 <[email protected]> Co-authored-by: Thanh Lee <[email protected]> Co-authored-by: Joshua Zhuang <[email protected]> * Update hapog to 1.3.8 (bioconda#46680) * Update hapog to 1.3.8 * add zlib --------- Co-authored-by: mencian <[email protected]> * Update magus-msa to 0.2.0 (bioconda#46726) * Update magus-msa to 0.2.0 * edit tests * edit tests --------- Co-authored-by: mencian <[email protected]> * Update treeqmc to 3.0.1 (bioconda#46696) * Update treeqmc to 3.0.1 * Update treeqmc to 3.0.3 * update meta.yaml * add recipe to blacklist --------- Co-authored-by: Joshua Zhuang <[email protected]> Co-authored-by: mencian <[email protected]> Co-authored-by: Robert A. Petit III <[email protected]> * update ucsc-bedclip (bioconda#46686) * remove specific cpu flag * bump build number --------- Co-authored-by: mencian <[email protected]> * add treeqmc to blacklist (bioconda#46746) * Update gmap to 2024.03.15 (bioconda#46745) * Update gmap to 2024.03.15 * edit build.sh * revert to skipping OSX & enable aarch64 build * revert to linux only * Update arcs to 1.2.7 (bioconda#46749) * Update scib recipe (bioconda#46748) * Update phold to 0.1.4 (bioconda#46751) * Update pangu to 0.2.6 (bioconda#46752) * Harpy 0.8.0 + recipe change (bioconda#46658) * update build recipe * specify current version * raxml: add linux-aarch64 build (bioconda#46469) * raxml: add linux-aarch64 build Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * Disable the tests which are x86_64/AVX specific Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * try build selector * try build selector --------- Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> Co-authored-by: Joshua Zhuang <[email protected]> * wfa2-lib: enable linux-aarch64 build (bioconda#46753) * wfa2-lib: enable linux-aarch64 build * edit build.sh * edit build.sh * edit build.sh * edit build.sh * edit build.sh * tabixpp: enable linux-aarch64 build (bioconda#46754) * tabixpp: enable linux-aarch64 build * try without patch * try without patch 2 * linux-aarch64 build for adapterremoval * fix * linux-aarch64 build for dbg2olc --------- Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> Co-authored-by: Mylène Mariana Gonzales André <[email protected]> Co-authored-by: Martin Grigorov <[email protected]> Co-authored-by: M Bernt <[email protected]> Co-authored-by: Bioconda Bot <[email protected]> Co-authored-by: Peter Briggs <[email protected]> Co-authored-by: Matthew Berkeley <[email protected]> Co-authored-by: mencian <[email protected]> Co-authored-by: Ralf Gabriels <[email protected]> Co-authored-by: guozhicong <[email protected]> Co-authored-by: sunqian2002 <[email protected]> Co-authored-by: Christian Brueffer <[email protected]> Co-authored-by: Joshua Zhuang <[email protected]> Co-authored-by: pabloaledo <[email protected]> Co-authored-by: sunqian2116 <[email protected]> Co-authored-by: Enrico <[email protected]> Co-authored-by: RolandFaure <[email protected]> Co-authored-by: Salomé Brunon <[email protected]> Co-authored-by: Johan Dahlberg <[email protected]> Co-authored-by: Jody Phelan <[email protected]> Co-authored-by: Pablo <[email protected]> Co-authored-by: Cornelius Roemer <[email protected]> Co-authored-by: Paweł <[email protected]> Co-authored-by: Robert A. Petit III <[email protected]> Co-authored-by: Ammar Aziz <[email protected]> Co-authored-by: yejianbang <[email protected]> Co-authored-by: tamuanand <[email protected]> Co-authored-by: Matthias De Smet <[email protected]> Co-authored-by: Alicia A. Evans <[email protected]> Co-authored-by: Usman Rashid <[email protected]> Co-authored-by: Delaney Sullivan <[email protected]> Co-authored-by: Ryan Dale <[email protected]> Co-authored-by: Agnieszka Danek <[email protected]> Co-authored-by: Mike Tisza <[email protected]> Co-authored-by: Bob <[email protected]> Co-authored-by: Thanh Lee <[email protected]> Co-authored-by: Lauren Coombe <[email protected]> Co-authored-by: Jonas Scheid <[email protected]> Co-authored-by: Julianus Pfeuffer <[email protected]> Co-authored-by: yejianbang <[email protected]> Co-authored-by: Kirill Bessonov <[email protected]> Co-authored-by: Michael Knudsen <[email protected]> Co-authored-by: Jens Luebeck <[email protected]> Co-authored-by: AntonS-bio <[email protected]> Co-authored-by: Johannes Köster <[email protected]> Co-authored-by: Jens-Uwe Ulrich <[email protected]> Co-authored-by: Jens-Uwe Ulrich <[email protected]> Co-authored-by: Roberto Rossini <[email protected]> Co-authored-by: Natasha Pavlovikj <[email protected]> Co-authored-by: Natasha Pavlovikj <[email protected]> Co-authored-by: Bryce Kille <[email protected]> Co-authored-by: April Shen <[email protected]> Co-authored-by: Björn Grüning <[email protected]> Co-authored-by: aliciaaevans <[email protected]> Co-authored-by: Pavel V. Dimens <[email protected]>
Sync with comet release: https://github.com/UWPR/Comet/releases/tag/v2023.01.2
Please read the guidelines for Bioconda recipes before opening a pull request (PR).
General instructions
@BiocondaBot please add label
command.@bioconda/core
in a comment.Instructions for avoiding API, ABI, and CLI breakage issues
Conda is able to record and lock (a.k.a. pin) dependency versions used at build time of other recipes.
This way, one can avoid that expectations of a downstream recipe with regards to API, ABI, or CLI are violated by later changes in the recipe.
If not already present in the meta.yaml, make sure to specify
run_exports
(see here for the rationale and comprehensive explanation).Add a
run_exports
section like this:with
...
being one of:{{ pin_subpackage("myrecipe", max_pin="x") }}
{{ pin_subpackage("myrecipe", max_pin="x.x") }}
{{ pin_subpackage("myrecipe", max_pin="x.x") }}
(in such a case, please add a note that shortly mentions your evidence for that){{ pin_subpackage("myrecipe", max_pin="x.x.x") }}
(in such a case, please add a note that shortly mentions your evidence for that){{ pin_subpackage("myrecipe", max_pin=None) }}
while replacing
"myrecipe"
with eithername
if aname|lower
variable is defined in your recipe or with the lowercase name of the package in quotes.Bot commands for PR management
Please use the following BiocondaBot commands:
Everyone has access to the following BiocondaBot commands, which can be given in a comment:
@BiocondaBot please update
@BiocondaBot please add label
please review & merge
label.@BiocondaBot please fetch artifacts
You can use this to test packages locally.
Note that the
@BiocondaBot please merge
command is now depreciated. Please just squash and merge instead.Also, the bot watches for comments from non-members that include
@bioconda/<team>
and will automatically re-post them to notify the addressed<team>
.