rsem/rsem_calculate_expression

Description

Calculate expression with RSEM.

Type

bash_script

Run this component

Run the following command to execute this component with Nextflow:

cat > params.yaml <<'EOM'  
id: "run"  
counts_gene: "$id.$key.counts_gene.results"  
counts_transcripts: "$id.$key.counts_transcripts.results"  
stat: "$id.$key.stat.stat"  
logs: "$id.$key.logs.log"  
bam_star: "$id.$key.bam_star.bam"  
bam_genome: "$id.$key.bam_genome.bam"  
bam_transcript: "$id.$key.bam_transcript.bam"  
publish_dir: "output/"  
EOM

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

Input

Name
Type & Properties
--id
string
--strandedness
string
--paired
boolean
--input
file
multiple
--index
file
--extra_args
string

Output

Name
Type & Properties
--counts_gene
file
output
--counts_transcripts
file
output
--stat
file
output
--logs
file
output
--bam_star
file
output
--bam_genome
file
output
--bam_transcript
file
output

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.