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 mlst recipe to include helper scripts #38826

Closed
wants to merge 4 commits into from

Conversation

rpetit3
Copy link
Member

@rpetit3 rpetit3 commented Jan 13, 2023

This PR adds helper scripts in mlst to the PATH

Please read the guidelines for Bioconda recipes before opening a pull request (PR).

  • If this PR adds or updates a recipe, use "Add" or "Update" appropriately as the first word in its title.
  • New recipes not directly relevant to the biological sciences need to be submitted to the conda-forge channel instead of Bioconda.
  • PRs require reviews prior to being merged. Once your PR is passing tests and ready to be merged, please issue the @BiocondaBot please add label command.
  • Please post questions on Gitter or ping @bioconda/core in a comment.
Please use the following BiocondaBot commands:

Everyone has access to the following BiocondaBot commands, which can be given in a comment:

@BiocondaBot please update Merge the master branch into a PR.
@BiocondaBot please add label Add the please review & merge label.
@BiocondaBot please fetch artifacts Post links to CI-built packages/containers.
You can use this to test packages locally.

For members of the Bioconda project, the following command is also available:

@BiocondaBot please merge Upload built packages/containers and merge a PR.
Someone must approve a PR first!
This reduces CI build time by reusing built artifacts.

Also, the bot watches for comments from non-members that include @bioconda/<team> and will automatically re-post them to notify the addressed <team>.

@rpetit3
Copy link
Member Author

rpetit3 commented Jan 14, 2023

@BiocondaBot please fetch artifacts

@BiocondaBot
Copy link
Collaborator

Package(s) built on Azure are ready for inspection:

Arch Package Zip File
noarch mlst-2.23.0-hdfd78af_1.tar.bz2 LinuxArtifacts

You may also use conda to install these after downloading and extracting the appropriate zip file. From the LinuxArtifacts or OSXArtifacts directories:

conda install -c ./packages <package name>

Docker image(s) built (images are in the LinuxArtifacts zip file above):

Package Tag Install with docker
mlst 2.23.0--hdfd78af_1
showgzip -dc LinuxArtifacts/images/mlst:2.23.0--hdfd78af_1.tar.gz | docker load

@rpetit3
Copy link
Member Author

rpetit3 commented Jan 14, 2023

Testing

[17:46:56] This is mlst 2.23.0 running on linux with Perl 5.032001
[17:46:56] Checking mlst dependencies:
[17:46:56] Found 'blastn' => /usr/local/bin/blastn
[17:46:56] Found 'any2fasta' => /usr/local/bin/any2fasta
[17:46:57] Found blastn: 2.13.0+ (002013)
[17:46:57] Excluding 3 schemes: abaumannii ecoli vcholerae_2
[17:46:58] Found exact allele match saureus.yqiL-3
[17:46:58] Found exact allele match saureus.pta-4
[17:46:58] Found exact allele match saureus.glpF-1
[17:46:58] Found exact allele match saureus.aroE-3
[17:46:58] Found exact allele match saureus.arcC-3
[17:46:58] Found exact allele match saureus.gmk-1
[17:46:58] Found exact allele match saureus.tpi-4
[17:46:58] Found exact allele match efaecium.gyd-87
[17:46:58] Somehow this tool escaped my normal Australiana based naming system.
[17:46:58] Done.
docker run --rm -u $(id -u):$(id -g) quay.io/biocontainers/mlst:2.23.0--hdfd78af_1 mlst-download_pub_mlst -h
SYNOPSIS
  Download PubMLST schemes
USAGE
  mlst-download_pub_mlst [options] -d OUTDIR
OPTIONS
  -h       Show this help
  -v       Verbose output
  -j CPUS  Parallel download threads [1]
  -x CSV   Ignore these schemes [afumigatus,blastocystis,calbicans,cglabrata,ckrusei,ctropicalis,csinensis,kseptempunctata,sparasitica,tvaginalis]
  -d DIR   Output folder []
  -n       Don't run download commands
END

docker run --rm -v ${PWD}:/data -u $(id -u):$(id -g) quay.io/biocontainers/mlst:2.23.0--hdfd78af_1 mlst-download_pub_mlst -d /data
This is mlst-download_pub_mlst
Found curl - /usr/local/bin/curl
ERROR: Please install 'parallel'

need to add somethings

@rpetit3 rpetit3 mentioned this pull request Jan 14, 2023
@rpetit3
Copy link
Member Author

rpetit3 commented Jan 14, 2023

close in favor of #38813

@rpetit3 rpetit3 closed this Jan 14, 2023
@rpetit3 rpetit3 deleted the rp3-update-mlst branch January 14, 2023 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants