Ribodetector and RustQC Additions#47
Closed
mikemartinez99 wants to merge 26 commits into
Closed
Conversation
- Implemented ribodetector rules and associated conda environment - Implemented RustQC and added singularity requirement in job script to run it. - Updated multiqc config to support branding to CQB and new QC report - IMplemented basic QC report (what we previously had) and detailed QC report
Removed script parameter from ribodetector rule.
- Rename `env_configs` with `rna` prefix - Create Dockerfiles based on `singularity/defs` - Host containers on ghcr
- Update `env_config` yaml name in `conda` directives - Add `container` directives to point to ghcr location
- Add toggleable params (ribodetector, rustQC, Rsem) as separate rules - Add `build_refs` and `check_refs` as separate rules - Add `hisat.smk` and `star.smk` to clean up main `Snakefile`
- Also add `job.script.conda.sh` for conda support
In shell call, the first argument to `ribo_stats.sh` needs to be relative to the `additional_rules/ribodetector` so `../../` is needed.
- `rg ID` becomes `--rg-id` - Fix path bug in `ribodetector.smk`
- Script crashes when `sns.clustermap` has recursion error. Wrap the clustering in a `try/except` block so script doesn't exit when non-zero clustering fails. Instead, it prints a warning, let's the script exit safely
…rity Restructuring and Singularity Support
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ribodetector
snakefilescripts/ribo_stats.shto generate ribs statistics compatible with MultiQCRustQC
job.script.shif run_rustqc is trueGeneral linting
config.yamland allprebuilt_configsfor ribodetector and rustQC