Normalised coverage
1 unresolved thread
1 unresolved thread
Added snakemake rules to create normalised coverage. Addresses #45 (closed).
Merge request reports
Activity
added 3 commits
-
9ad0fd98...7784fc9b - 2 commits from branch
master
- 56466e77 - Merge branch 'master' of...
-
9ad0fd98...7784fc9b - 2 commits from branch
453 453 {params.directionality} \ 454 454 {input.reads1} {input.reads2} > {output.pseudoalignment}) \ 455 455 2> {log.stderr}" 456 @gypas @burri0000 The rules for paired and single end libraries are exactly the same I think, except for the strings/names "single" and "paired" and some random whitespace at line ends. Couldn't we just put this rule in the common
Snakefile
in such cases?
@kanitz Yes this is true for some other rules as well. e.g. index_genomic_alignment_samtools
I might make some changes in another branch
@gypas Yeah, good idea. Let's try to avoid unnecessary code duplication. Hard to maintain and a big source of errors.
@kanitz @burri0000 Here is the merge request about this: https://git.scicore.unibas.ch/zavolan_group/pipelines/rnaseqpipeline/-/merge_requests/38
Please register or sign in to reply