Skip to content
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 MEGAHIT container URLs #3689

Closed
wants to merge 4 commits into from
Closed

Update MEGAHIT container URLs #3689

wants to merge 4 commits into from

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    9f61438 View commit details
    Browse the repository at this point in the history
  2. Using gzip until Docker image gets updated

    As per voutcn/megahit#360 pigz is not currently installed in the MEGAHIT biocontainer images (singularity: https://depot.galaxyproject.org/singularity/megahit:1.2.9--h5b5514e_2 - docker: quay.io/biocontainers/megahit:1.2.9--h5b5514e_3). Therefore, the NF-Core module will fail to compress the contigs using pigz. 
    
    This commit resolves the described fix.
    gariem authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    0b80d1e View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    f003191 View commit details
    Browse the repository at this point in the history
  2. Update modules/nf-core/megahit/main.nf

    Co-authored-by: Adam Talbot <[email protected]>
    gariem and adamrtalbot authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    ec365b0 View commit details
    Browse the repository at this point in the history