-
Notifications
You must be signed in to change notification settings - Fork 248
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
new rsat version 20240507, tested in local Docker #570
Conversation
Hi @ievarau, please use this PR to add any comments you might have during your tests |
All in all, peak-motifs with this container version works as expected. |
No test-cmds.txt (test file) present, skipping tests |
This PR is read y to be reviewed by somebody from BioContainers, thanks |
Hi @mboudet , please let us know if there's anything you need from us |
Sorry for the delay, last week was mostly bank holidays here. One quick question: any reason for installing git in a separate |
I guess it was to make it clear that the installation of RSAT would be done using git |
Alright. Thank you for your contribution. |
This PR adds a new version of the Docker BioContainer with the RSAT software, which now ships wit the code corresponding to tag 20240507 in source repo (https://github.com/rsa-tools/rsat-code). Accordingly, the Dockerfile now contains LABEL software.version="20240507".
The two main updates are:
install-organisms
has been updated to support again the installation of genomes from the NCBI. It was tested by @jvanheld was tested by installing bacterial genomes on the Bacterial RSAT server.Example non-interactive calls would be:
Note the examples require binding two folders:
$PWD
). This allows processing any FASTA file in the current directory.out/
). This should point to an existing local folder where anybody can write (chmod 777).@medinaale @morganeTC @najlaksouri