samtools/samtools_faidx

idex
fasta
faidx

Description

Indexes FASTA files to enable random access to fasta and fastq files.

Type

bash_script

License

MIT/Expat

Keywords

idex
fasta
faidx

Contributors

Run this component

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.2.0 \  
  -main-script target/nextflow/samtools/samtools_faidx/main.nf \  
  -params-file params.yaml  

Inputs

Name
Type & Properties
--input
file
--length
-n
integer
--region_file
-r
file

Options

Name
Type & Properties
--continue
boolean_true
--reverse_complement
-i
boolean_true

Outputs

Name
Type & Properties
--output
-o
file
required
output
--mark_strand
string
--fai_idx
file
output
--gzi_idx
file
output
--fastq
boolean_true

Collaborate Accelerate Succeed

Empower your organization with secure, scalable workflow solutions that simplify development, ensure compliance, and drive innovation.

Viash Hub is a platform developed by Data Intuitive, a Belgian-based bioinformatics company specializing in data workflow development and deployment.