You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you explain more about your use case? Do you want to be able to run scimap-mcmicro --version and have it print out the current version? Are you using scimap through mcmicro and you want to see the version used for a run? If it's the latter, this is already available in qc/params.yml inside each run.
Just saw this issue from @luiskuhn and want to chime in to give context. For the nf-core implementation of the tools, nf-core catches the version number within the process by usually having the tool print the version number. We can manually provide it via a variable, but this means updating that variable for each new version number. The usage that you describe @jmuhlichscimap-mcmicro --version would be the one we would like to have for the nf-core module. Of course, we can also think about a more general nf-core module for SCIMAP in the future, but for now, the MCMICRO parser seemed the easiest and most fitting: https://nf-co.re/modules/scimap_mcmicro
Hi,
would it be possible to include a version flag in the mcmicro CLI ?
(
scimap/scimap/cli/_scimap_mcmicro.py
Line 1 in 6880d22
Thanks
The text was updated successfully, but these errors were encountered: