-
Notifications
You must be signed in to change notification settings - Fork 249
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
Container for scsplit #565
Comments
Attempting to suggest a docker image, I created this pull request: #564 |
Ok, it seems this package already exists in bioconda (https://bioconda.github.io/recipes/scsplit/README.html) As such, there is already a docker image available here: https://quay.io/repository/biocontainers/scsplit |
Yes, however, I cannot use the tool as described in
https://github.com/jon-xu/scSplit?tab=readme-ov-file#3-building-allele-count-matrices
with the current docker recipe.
If you log into the current biocontainer docker:
```
docker run -it quay.io/biocontainers/scsplit:1.0.8.2--pyh7cba7a3_0
```
And you try to run the tool:
```
$scSplit
sh: scSplit: command not found
```
If you try to run the tool with my docker recipe:
```
$scSplit
usage: scSplit <command> [<args>]
Commands:
count Generate REF/ALT count matrices from pooled BAM file
run Demultiplex the scRNA-Seq using REF/ALT count matrices
genotype Generate sample genotypes in VCF format
scSplit: error: the following arguments are required: command
```
Therefore, the docker image needs to change.
…On Fri, 29 Mar 2024 at 15:33, mboudet ***@***.***> wrote:
Ok, it seems this package already exists in bioconda (
https://bioconda.github.io/recipes/scsplit/README.html)
As such, there is already a docker image available here:
https://quay.io/repository/biocontainers/scsplit
—
Reply to this email directly, view it on GitHub
<#565 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEY4VEA6SFWEBCCPYVE5WXTY2VUQZAVCNFSM6AAAAABFDRM4TKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRXGMZDMMBZGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hmm, seems like the conda install is missing some dependencies (like numpy) anyway. In any case, to avoid confusion, we do not add tools already existing in bioconda in this repository, so you'll have to check on the bioconda side to fix the recipe (and get a working docker image) |
I am building a nf-core module for
scsplit
Trying to follow guidelines, I would like to add a scsplit docker to biocontainers, so it can be imported by my module
Software URL: https://github.com/jon-xu/scSplit
This docker image would work:
The text was updated successfully, but these errors were encountered: