Description
Block compression/decompression utility
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output"
index_name: "$id.$key.index_name"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/toolbox.git \
-revision v0.1.1 \
-main-script target/nextflow/bgzip/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required |
Name | Type & Properties |
|---|---|
--output | file required output |
--index_name -I | file output |
Name | Type & Properties |
|---|---|
--offset -b | integer |
--decompress -d | boolean_true |
--rebgzip -g | boolean_true |
--index -i | boolean_true |
--compress_level -l | integer |
--reindex -r | boolean_true |
--size -s | integer |
--test -t | boolean_true |
--binary | boolean_true |