-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add parameters to Scmap #310
Conversation
Thanks for this @hexhowells . Can you also please change the requirements part to point to the newer version of the package scmap-cli bioconda (0.1.0) and add one or two variations of the test where the new parameters are used (so that we test their usage)? Thanks. |
Changes should be made now! let me know if there's anything else I need to do. |
Thanks! Could you please address the warnings and errors of the Linting process: let me know if you need help. |
Looking at the logs it seems to not be finding the
I'm not familiar with the config files used here so I'm not too sure why the parameter isn't being found. The additional test case I wrote was based off of the existing test case in the file which uses the same param so I wouldn't have expected it to throw an error. |
Apologies for dropping this. I suspect that the conditional field itself is not a variable, so in the test you probably want to write |
Ohh, sorry, I forgot that you have two tests, should be the same for the second one. |
Okay looking at some other tools in this repo I think I figured out how conditionals are meant to be written for the tests. I think the above commit should fix the linting error. |
@hexhowells I suspect that the current errors are related to the CI being outdated on this branch. Would you be able to merge back our develop branch to your fork's develop branch. Then this will have the latest CI. |
@pcm32 I tried merging my fork back and I believe everything is already up to date. |
Yes, I see now that the base branch wasn't outdated. Not sure why the test-data folder was removed at somepoint. I have found the files being removed on this PR: https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/pull/213/files |
Could you try with those test-data files please? If they are very large, please add them to Zenodo and add some logic to bring them in a |
@hexhowells there is an option to run planemo to replace the resulting files, are you able to run with that and then replace the resulting test files in your branch? |
@pcm32 - As this tool update was the result of my internship which has since ended and due to other commitments I am unable to proceed with fixing these issues. Please let me know if this gets updated so that I am able to publish my workflow and tutorial as they rely on this tool. |
This was all dealt with on #318 - so closing this one. Thanks for this great contribution (all your commits merged in the other PR) @hexhowells . |
Defines additional parameters in Scmap Cell Projection that were included recently here: ebi-gene-expression-group/scmap-cli#17
Not sure if anything else needs to be added or modified.