qualimap

Description

RNA-seq QC analysis using the qualimap

Type

bash_script

Run this component

Run the following command to execute this component with Nextflow:

cat > params.yaml <<'EOM'  
output_dir: "$id.$key.output_dir"  
output_pdf: "$id.$key.output_pdf"  
output_format: [ "html" ]  
pr_bases: [ 100 ]  
tr_bias: [ 1000 ]  
algorithm: [ "uniquely-mapped-reads" ]  
sequencing_protocol: [ "non-strand-specific" ]  
java_memory_size: [ "4G" ]  
id: "run"  
publish_dir: "output/"  
EOM

nextflow run https://packages.viash-hub.com/vsh/rnaseq.git \  
  -revision v0.1.1 \  
  -main-script target/nextflow/qualimap/main.nf \  
  -params-file params.yaml  

Input

Name
Type & Properties
--input
file
required
--gtf
file
required

Output

Name
Type & Properties
--output_dir
file
output
--output_pdf
file
output
--output_format
string

Optional

Name
Type & Properties
--pr_bases
integer
--tr_bias
integer
--algorithm
string
--sequencing_protocol
string
--paired
boolean_true
--sorted
boolean_true
--java_memory_size
string

Collaborate Accelerate Succeed

Empower your organization with secure, scalable workflow solutions that simplify development, ensure compliance, and drive innovation.

Viash Hub is a platform developed by Data Intuitive, a Belgian-based bioinformatics company specializing in data workflow development and deployment.