Description
Concatenate addional fasta file to reference FASTA and GTF files.
Type
python_script
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
fasta_output: "$id.$key.fasta_output"
gtf_output: "$id.$key.gtf_output"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/rnaseq.git \
-revision v0.3.0 \
-main-script target/nextflow/cat_additional_fasta/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--fasta | file required |
--gtf | file |
--additional_fasta | file |
--biotype | string |
Name | Type & Properties |
|---|---|
--fasta_output | file output |
--gtf_output | file output |