Description
Extract subsequences from FASTA/Q files. Takes as input a FASTA/Q file and a name.lst (sequence ids file) or a reg.bed (genomic regions file).
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.3.1 \
-main-script target/nextflow/seqtk/seqtk_subseq/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required |
--name_list | file required |
Name | Type & Properties |
|---|---|
--output -o | file required output |
Name | Type & Properties |
|---|---|
--tab -t | boolean_true |
--strand_aware -s | boolean_true |
--sequence_line_length -l | integer |