-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: linting for github actions (#56)
* fix: linting for github actions * fix: renamed sample to match validator pattern * fix: path for inputdir * fix: provided directory for github action Linting * fix: linting of path composition * fix: output is no parameter anymore * fix: fix of fix for commons - wrong brace order, missing brace * fix: added missing conda envs to remaining rules * fix: added logs and a script for info * fix: relocated localrule declaration to appropriate file * fix: simplified suffix expansion and fixed linter hiccup * fix: added missing conda env to rule merge_counts * fix: gnarf - forgotten closing brace * fix: removed unnecessary rule write coldata, added logs to rules, added conda envs to rules, created script for write_de_params * fix: deleted localrules which do not exist in this file * fix: added localrules to correct file * Update issue templates (#57) * Update issue templates (#59) * style: formatting * style: formatting * style: formatting * fix: get_mapped_reads_input function now returns sample path with extension * style: formatting * ci: updated super-linter * ci: downgraded super-linter to v4 again * refactor: removed optional sequencing summary input for NanoPlot read qc * chore: updated snakemake * fix: restored sample_QC input for rule_all,+ snakefmt * feat: rule all receives input programatically * feat: new rule_all_input function to programmatically apply input for rule_all * feat: generate rule all input programmatically * style: formatting * fix: linting for github actions * fix: renamed sample to match validator pattern * fix: path for inputdir * fix: provided directory for github action Linting * fix: linting of path composition * fix: output is no parameter anymore * fix: fix of fix for commons - wrong brace order, missing brace * fix: simplified suffix expansion and fixed linter hiccup * fix: gnarf - forgotten closing brace * fix: deleted localrules which do not exist in this file * fix: added missing conda envs to remaining rules * fix: added logs and a script for info * fix: relocated localrule declaration to appropriate file * fix: added missing conda env to rule merge_counts * fix: removed unnecessary rule write coldata, added logs to rules, added conda envs to rules, created script for write_de_params * fix: added localrules to correct file * style: formatting * style: formatting * style: formatting * fix: get_mapped_reads_input function now returns sample path with extension * ci: updated super-linter * ci: downgraded super-linter to v4 again * refactor: removed optional sequencing summary input for NanoPlot read qc * chore: updated snakemake * fix: restored sample_QC input for rule_all,+ snakefmt * refactor: removed redundant rule all input variable sample_QC * style: formatting * fix: pathing --------- Co-authored-by: cmeesters <meesters@uni-mainz.de> Co-authored-by: Christian Meesters <cmeesters@users.noreply.github.com>
- Loading branch information
1 parent
f08e4c1
commit 54605ae
Showing
16 changed files
with
168 additions
and
182 deletions.
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
sample, condition, condition2, batch_effect | ||
01.fq, male,condition2, batch1 | ||
02, female, condition2, batch1 | ||
sample condition condition2 batch_effect platform purity | ||
01 male condition2 batch1 NANOPORE 1 | ||
02 female condition2 batch1 NANOPORE 1 |
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
localrules: | ||
genome_to_transcriptome, | ||
|
||
|
||
rule genome_to_transcriptome: | ||
input: | ||
genome=config["genome"], | ||
|
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.