Description
This tool generates an HTML page containing links to the UCSC Genome Browser
for each feature/interval in the input file. This is particularly useful for
manually inspecting large sets of genomic annotations or features through
the browser interface.
Default behavior: Links point to human genome (hg18) on the main UCSC site
Customization: Supports custom mirror sites and different organisms/builds
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.html"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.4.1 \
-main-script target/nextflow/bedtools/bedtools_links/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
Name | Type & Properties |
|---|---|
--output -o | file required output |
Name | Type & Properties |
|---|---|
--base_url -base | string |
--organism -org | string |
--database -db | string |