Description
Extract files from a tar archive
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output.output_folder"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision 2.0.0 \
-main-script target/nextflow/compression/tar_extract/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
--output -o | file required output |
--strip_components -s | integer |
--exclude -e | string |