Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Robrecht Cannoodt <[email protected]>
  • Loading branch information
dorien-er and rcannood authored Aug 20, 2024
1 parent e6a3470 commit 44b40e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions src/qualimap/qualimap_rnaseq/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ links:
repository: https://bitbucket.org/kokonech/qualimap/commits/branch/master
references:
doi: https://10.1093/bioinformatics/btv566
license: GNU GPL v2
license: GPL-2.0
authors:
- __merge__: /src/_authors/dorien_roosen.yaml
roles: [ author, maintainer ]
Expand All @@ -31,18 +31,18 @@ argument_groups:

- name: "Output"
arguments:
- name: "--output"
- name: "--qc_results"
direction: output
type: file
required: true
example: rnaseq_qc_results.txt
description: Text file containing the RNAseq QC results.
- name: "--output_counts"
- name: "--counts"
type: file
required: false
direction: output
description: Output file for computed counts.
- name: "--output_report"
- name: "--report"
type: file
direction: output
required: false
Expand Down
6 changes: 3 additions & 3 deletions src/qualimap/qualimap_rnaseq/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ fi

# Run qualimap
qualimap rnaseq \
--java-mem-size=$par_java_memory_size \
--algorithm $par_algorithm \
--sequencing-protocol $par_sequencing_protocol \
${meta_memory_mb:+--java-mem-size=${meta_memory_mb}M} \
${par_algorithm:+--algorithm $par_algorithm} \
${par_sequencing_protocol:+--sequencing-protocol $par_sequencing_protocol} \
-bam $par_bam \
-gtf $par_gtf \
-outdir "$tmp_dir" \
Expand Down

0 comments on commit 44b40e8

Please sign in to comment.