concat_text

Description

Concatenate a number of text files, handle gzipped text files gracefully and
optionally gzip the output text file.

This component is useful for concatening fastq files from different lanes, for instance.

Type

bash_script

License

MIT

Contributors

Run this component

Run the following command to execute this component with Nextflow:

cat > params.yaml <<'EOM'  
output: "$id.$key.output.txt"  
id: "run"  
publish_dir: "output/"  
EOM

nextflow run https://packages.viash-hub.com/vsh/craftbox.git \  
  -revision v0.3.3 \  
  -main-script target/nextflow/concat_text/main.nf \  
  -params-file params.yaml  

Input arguments

Name
Type & Properties
--input
file
required
multiple

Output arguments

Name
Type & Properties
--gzip_output
boolean_true
--output
file
output

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.