bedtools/bedtools_links

HTML
Links
UCSC
Browser
BED
GFF
VCF

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

HTML
Links
UCSC
Browser
BED
GFF
VCF

Contributors

Run this component

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  

Inputs

Name
Type & Properties
--input
-i
file
required

Outputs

Name
Type & Properties
--output
-o
file
required
output

Options

Name
Type & Properties
--base_url
-base
string
--organism
-org
string
--database
-db
string

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.