Description
Local sequence alignment tool for filtering, mapping and clustering. The main application of SortMeRNA is filtering rRNA from metatranscriptomic data. SortMeRNA takes as input files of reads (fasta, fastq, fasta.gz, fastq.gz) and one or multiple rRNA database file(s), and sorts apart aligned and rejected reads into two files.
Type
bash_script
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
sortmerna_log: "$id.$key.sortmerna_log"
fastq_1: "$id.$key.fastq_1"
fastq_2: "$id.$key.fastq_2"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/rnaseq.git \
-revision v0.3.0 \
-main-script target/nextflow/sortmerna/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--paired | boolean |
--input | file multiple |
--ribo_database_manifest | file multiple |
Name | Type & Properties |
|---|---|
--sortmerna_log | file output |
--fastq_1 | file required output |
--fastq_2 | file output |