Isoform Characterization (Short-read)

Characterize isoforms in short-read RNA sequencing BAM files

tools

The following tools run by default (methods: "all"):

rmats

usage

nexus run --nf-workflow isoform_characterization_short-read.nf -params-file params.yaml
Note

Nextflow config files are available here. Use the config file that matches your installed nexus version (e.g. nexus_v0.2.0_nextflow_slurm.config).

parameters

Download params.yaml

# =============================================================================
# params.yaml — isoform_characterization_short-read
#
# Usage:
#   nextflow run isoform_characterization_short-read.nf -params-file params.yaml
#
# Fill in the required fields below. Optional fields can be left at their
# defaults or removed entirely.
# =============================================================================


# -----------------------------------------------------------------------------
# Required
# -----------------------------------------------------------------------------

# TSV file with columns:
#   sample_id
#   bam_file
#   bam_bai_file
samples_tsv_file: ""

# Directory to which output files will be copied
output_dir: ""

# Reference genes GTF file
reference_genes_gtf_file: ""


# -----------------------------------------------------------------------------
# Optional — general
# -----------------------------------------------------------------------------

# Methods to run. Comma-separated list or 'all'.
# Allowed values:
#   all, rmats
methods: "all"


# -----------------------------------------------------------------------------
# rMATS
# Optional arguments.
# -----------------------------------------------------------------------------
rmats:
  # Extra CLI arguments passed directly to rmats.py.
  extra_args: "-t paired --libType fr-unstranded --readLength 151"