Closed
Description
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 by salmon alevin
if the quantifications are placed in the same directory as the input RAD file. Further, both tools produce their own meta_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.