-
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
feat: qc rules #16
Merged
Merged
feat: qc rules #16
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
b9c8fad
feat: mapping QC rule with qualimap + general QC rule for Snakefile
yeising 533f98a
feat: added QC rules for samples with NanoPlot and mapping with Quali…
yeising f4438d0
feat: QC-pipeline
yeising 4504241
fix: wildcards in rule plot_samples
yeising f29b44b
fix: removed unused input statements
cmeesters a39ae8b
feat:qualimap integration
yeising 00f869a
feat: added samstats QC step
yeising 9e6ca47
merged with main
yeising c6808c5
fix: added .gtf ref in config + added condisition2 in samples.schema
yeising 9e623af
Merge branch 'main' into feat-QC-rules
yeising a7a7ed1
fix. removed Qualimap because our annotation.gtf is not compatible
yeising 0f4de07
fix: removed Qualimap refs + lint
yeising 60e1dab
fix: added optional summary dir for NanoPlot in config
yeising 49ddad6
fix: rule sam_stats output now overlaps with expected samtools stat o…
yeising 7b3266a
feat: added branch in rule plot_samples to allow summary files for QC
yeising 8ba2299
fix:Indentation in rule plot_samples
yeising 2bb6269
Merge branch 'feat-QC-rules' of /~https://github.com/snakemake-workflow…
yeising 008ae15
fix: removed unwanted merge syntax in Snakefile
yeising 5c06cce
fix: linted with snakefmt
yeising b3b801e
fix: clarification on optionality of sequencing summary inclusion for qc
yeising 0eb6409
feat: added rule for NanoPlot of all smaples with .fastq files, detac…
yeising ee19385
fix: provided rule for NanoPlot of all samples with resource configur…
yeising 5e14bfd
fix: corrected env pathing
yeising 4b01dc5
fix: input for rule plot_all_samples
yeising e511e9a
fix: added aggregate function for rule plot_all_samples
yeising d887b0a
fix: workiinig variable input files
yeising 5aa32d5
fix: snakefmt and black linting
yeising bf1fde0
fix: removed unneeded .gtf requirement
yeising 63f7f89
fix: clarified NanoPlot requirements
yeising e38de7d
fix: linting, compression now runs locally
yeising 6e47dee
fix: linting
yeising 96c8aa3
fix: NanoPlot compression: localrule + config for max_cpus + logs for…
yeising 724035f
fix: linting
yeising 763992a
fix: import workflowerror
yeising 0e0a472
fix: added snakemake.exceptions WorkflowError for linting
yeising File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cpus_per_task=min(len(input.fastq), config["max_cpus_in_default_partition/PC/
Server"])
vielleicht den Parameter anders nennen? ;-)