Description
Indexes FASTA files to enable random access to fasta and fastq files.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
length: [ 60 ]
output: "$id.$key.output.fasta"
mark_strand: [ "rc" ]
fai_idx: "$id.$key.fai_idx.fai"
gzi_idx: "$id.$key.gzi_idx.gzi"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.1.0 \
-main-script target/nextflow/samtools/samtools_faidx/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file |
--length -n | integer |
--region_file -r | file |
Name | Type & Properties |
|---|---|
--continue | boolean_true |
--reverse_complement -i | boolean_true |
Name | Type & Properties |
|---|---|
--output -o | file required output |
--mark_strand | string |
--fai_idx | file output |
--gzi_idx | file output |
--fastq | boolean_true |