Description
Create IGV batch script to generate automated screenshots of genomic regions.
This tool generates a batch script that can be run within IGV (Integrative Genomics Viewer)
to automatically create image snapshots at each interval defined in a BED/GFF/VCF file.
Useful for creating automated visualizations of genomic features or regions of interest.
Type
bash_script
License
MIT
Keywords
Contributors
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/biobox.git \
-revision v0.4.0 \
-main-script target/nextflow/bedtools/bedtools_igv/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
Name | Type & Properties |
|---|---|
--output | file required output |
Name | Type & Properties |
|---|---|
--output_path --path | string |
--image_format --img | string |
Name | Type & Properties |
|---|---|
--session_file --sess | file |
Name | Type & Properties |
|---|---|
--sort_reads --sort | string |
--collapse_reads --clps | boolean_true |
--flank_size --slop | integer |
--use_name --name | boolean_true |