igv

WebJar for igv

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

igv
Последняя версия

Последняя версия

2.2.17
Дата

Дата

Тип

Тип

jar
Описание

Описание

igv
WebJar for igv
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

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

Скачать igv

Имя Файла Размер
igv-2.2.17.pom
igv-2.2.17.jar 2 MB
igv-2.2.17-sources.jar 22 bytes
igv-2.2.17-javadoc.jar 22 bytes
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
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)

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
2.2.17