Description
RSEM is a software package for estimating gene and isoform expression levels from RNA-Seq data. This component prepares transcript references for RSEM.
Type
bash_script
License
GPL-3.0
Keywords
Contributors
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.4.1 \
-main-script target/nextflow/rsem/rsem_prepare_reference/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--reference_fasta_files | file required multiple |
--reference_name | string required |
Name | Type & Properties |
|---|---|
--output | file required output |
Name | Type & Properties |
|---|---|
--gtf | file |
--gff3 | file |
--gff3_rna_patterns | string multiple |
--gff3_genes_as_transcripts | boolean_true |
--trusted_sources | string multiple |
--transcript_to_gene_map | file |
--allele_to_gene_map | file |
--polyA | boolean_true |
--polyA_length | integer |
--no_polyA_subset | file |
--bowtie | boolean_true |
--bowtie2 | boolean_true |
--star | boolean_true |
--star_sjdboverhang | integer |
--hisat2_hca | boolean_true |
--quiet -q | boolean_true |
Name | Type & Properties |
|---|---|
--prep_pRSEM | boolean_true |
--mappability_bigwig_file | file |