Skip to content

Commit

Permalink
update changelog and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lldelisle committed Sep 11, 2023
1 parent bc0d9fc commit 85c0caf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion workflows/transcriptomics/rnaseq-pe/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
## [0.5] 2023-03-17

### Automatic update
- `toolshed.g2.bx.psu.edu/repos/iuc/rgrnastar/rna_star/2.7.8a+galaxy1` was updated to `toolshed.g2.bx.psu.edu/repos/iuc/rgrnastar/rna_star/2.7.10b+galaxy2`
- `toolshed.g2.bx.psu.edu/repos/iuc/rgrnastar/rna_star/2.7.8a+galaxy1` was updated to `toolshed.g2.bx.psu.edu/repos/iuc/rgrnastar/rna_star/2.7.10b+galaxy4`

### Manual update
- Use STAR to compute normalized strand splitted coverage
- Propose StringTie to compute FPKM etc...
- Put cufflinks step optional

## [0.4] 2023-01-16

Expand Down
7 changes: 6 additions & 1 deletion workflows/transcriptomics/rnaseq-pe/rnaseq-pe-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
reverse_adapter: GATCGGAAGAGCGTCGTGTAGGGAAAGAGTGT
reference_genome: dm6
strandness: unstranded
split coverage by strand: true
cufflinks_FPKM: false
stringtie_FPKM: true
outputs:
Expand Down Expand Up @@ -85,6 +84,12 @@
asserts:
has_text:
text: "FBgn0010247\t13"
both strands coverage:
element_tests:
GSM461177:
has_size:
value: 9885639
delta: 900000
stranded coverage:
element_tests:
GSM461177_reverse:
Expand Down

0 comments on commit 85c0caf

Please sign in to comment.