-
Notifications
You must be signed in to change notification settings - Fork 0
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
Translate summarize_counts.R
#110
Labels
Comments
ns-rse
added a commit
that referenced
this issue
Dec 13, 2024
Closes #110 - Updates `isoslam/default_config.yaml` and `processing` argparse to be consistent. - In turn the `utils.update_config()` function has been corrected with additional tests to correctly update nested dictionaries from the configuration. - Logging is setup and `loguru` used with formatted output and level set from configuration or command line optoins. - Translates the R code that counted and summarised the transcripts to Python code (using Pandas) along with tests. - Necessary updates to `pyproject.toml`. The output from IsoSLAM can now be summarised using... ```bash isoslam --output-dir output summary-counts --file-pattern "tests/**/*.tsv" ``` Rather than calling `Rscript` to do the work. This will serve as a template for translating the other R code.
ns-rse
added a commit
that referenced
this issue
Dec 13, 2024
Closes #110 - Updates `isoslam/default_config.yaml` and `processing` argparse to be consistent. - In turn the `utils.update_config()` function has been corrected with additional tests to correctly update nested dictionaries from the configuration. - Logging is setup and `loguru` used with formatted output and level set from configuration or command line optoins. - Translates the R code that counted and summarised the transcripts to Python code (using Pandas) along with tests. - Necessary updates to `pyproject.toml`. The output from IsoSLAM can now be summarised using... ```bash isoslam --output-dir output summary-counts --file-pattern "tests/**/*.tsv" ``` Rather than calling `Rscript` to do the work. This will serve as a template for translating the other R code.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See
summarize_counts.R
The text was updated successfully, but these errors were encountered: