-
Notifications
You must be signed in to change notification settings - Fork 15
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
Consider organization of metadata files to avoid name clashes with salmon #22
Comments
Here is my current proposal. I would appreciate any feedback @DongzeHE, @k3yavi, @hiraksarkar, @mohsenzakeri and @jashapiro. Get rid of the Rename Any thoughts on this proposal? |
This sounds quite reasonable to me. I would also request that as this is implemented, you also add version info to each of the |
This bumps the version of some deps and the version of fry and libradicl to 0.4.1. This also addresses #22 by changing the name of meta_info.json to quant.json, and adding a version_str field to the quant.json output.
Hi @jashapiro, This has been implemented in 0.4.1 which has been tagged and merged into bioconda (bioconda/bioconda-recipes#29716). Hopefully the image should show up on biocontainers soon. Once you confirm on your side, we can close this issue. --Rob |
Thanks @rob-p, I will look at it soon! |
I like the neat idea of changing the name of |
@DongzeHE --- I implemented this and made the changes in the python and R functions in usefulaf. I also updated tutorials. Could you take care of updating in the same way in |
Just confirming that I have tested this version (using the docker image), and the updates look great. Thanks for the additional info in each of the output files! Thanks again @rob-p! -Josh |
Awesome --- I think we'll consider this issue closed then. |
As pointed out by @jashapiro in issue 688 in the salmon repo, there is a name collision between the
cmd_info.json
file written by alevin-fry and the one written bysalmon alevin
if the quantifications are placed in the same directory as the input RAD file. Further, both tools produce their ownmeta_info.json
file, though a clash is avoided because one writes this to an aux subdirectory while the other doesn't.We should design a better scheme for naming and placement of metadata files, so that names don't clash even if the quantification output is written to the same directory as the initial RAD file.
The text was updated successfully, but these errors were encountered: