igv

WebJar for igv

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

igv
Last Version

Last Version

2.2.17
Release Date

Release Date

Type

Type

jar
Description

Description

igv
WebJar for igv
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/igvteam/igv.js

Download igv

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/igv/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>igv</artifactId>
    <version>2.2.17</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/igv/
implementation 'org.webjars.npm:igv:2.2.17'
// https://jarcasting.com/artifacts/org.webjars.npm/igv/
implementation ("org.webjars.npm:igv:2.2.17")
'org.webjars.npm:igv:jar:2.2.17'
<dependency org="org.webjars.npm" name="igv" rev="2.2.17">
  <artifact name="igv" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='igv', version='2.2.17')
)
libraryDependencies += "org.webjars.npm" % "igv" % "2.2.17"
[org.webjars.npm/igv "2.2.17"]

Dependencies

compile (3)

Group / Artifact Type Version
org.webjars.npm » gmod__bam jar [1.0.20,2)
org.webjars.npm : grunt-contrib-clean jar [2.0.0,3)
org.webjars.npm : grunt-contrib-connect jar [2.0.0,3)

Project Modules

There are no modules declared in this project.

igv

Build Status GitHub issues GitHub closed issues

Integrative Genomics Viewer - desktop genome visualization tool for Mac, Windows, and Linux.

Building

These instructions are meant for developers interested in working on the IGV code. For normal use, we recommend the pre-built releases available at http://software.broadinstitute.org/software/igv/download.

Builds are executed from the IGV project directory. Files will be created in the 'build' subdirectory.

IGV is tested on Java 11. Previous (versions =< 2.6.3) running on Java8 have been deprecated.

NOTE: If on a Windows platform use ./gradlew.bat' in the instructions below

Folder structure and build targets

The IGV bundles ship with embedded JREs from AdoptOpenJDK.

  • Install Gradle for your platform. See https://gradle.org/ for details.

  • Use ./gradlew createDist to build a distribution directory (found in build/IGV-dist) containing the igv.jar and its required runtime third-party dependencies as well as helper scripts for launching.

    • Launch IGV with igv.sh or igv_hidpi.sh on Linux, igv.command on Mac, and igv.bat on Windows.

    • To run igvtools from the command line use the script igvtools on Linux and Mac, or igvtools.bat on Windows. See the instructions in igvtools_readme.txt in that directory.

    • The launcher scripts expect this folder structure in order to run IGV.

  • Use ./gradlew test to run the test suite. See 'src/test/README.txt' for more information about running the tests.

  • This dashboard describes project structure and dependencies. New contributors can quickly grasp overall structure of the code and technologies involved.

  • See this README for tips about using the IGV launcher scripts.

Note that Gradle creates a number of other subdirectories in 'build'. These can be safely ignored.

Amazon Web Services support

Public data files hosted in Amazon S3 buckets can be loaded into IGV using https endpoints. Authenticated access can be configured using the UMCCR contributed AWS configuration option. For more details, refer to the UMCCR documentation. Note authenticated access is currently restricted to the following file formats: BAM, CRAM, tabix indexed VCF (vcf.gz / vcf.gz.tbi), and non-indexed feature file formats.

org.webjars.npm

Versions

Version
2.2.17