recipe fusioncatcher

Finder of Somatic Fusion Genes in RNA-seq data.

Homepage:

https://github.com/bioinformaticsorphanage/fusioncatcher

License:

GPL3 / GPL-3.0-or-later

Recipe:

/fusioncatcher/meta.yaml

Links:

biotools: fusioncatcher, doi: 10.1101/011650

package fusioncatcher

(downloads) docker_fusioncatcher

Versions:
1.33-61.33-51.33-41.33-31.33-21.33-11.33-01.33b-01.30-1

1.33-61.33-51.33-41.33-31.33-21.33-11.33-01.33b-01.30-11.30-01.20-21.20-11.20-01.10-31.10-21.10-01.00-11.00-0

Depends:
  • on bbmap 38.44.*

  • on biopython >=1.50

  • on blat 35.*

  • on bowtie 1.2.3.*

  • on bowtie2 2.3.5.*

  • on bwa 0.7.12.*

  • on coreutils

  • on fastqtk

  • on fusioncatcher-seqtk 1.2.*

  • on grep

  • on gzip

  • on lzo

  • on lzop

  • on numpy 1.13.1.*

  • on oases

  • on openjdk

  • on openpyxl 2.5.0a2.*

  • on parallel 20171222.*

  • on picard 2.10.6.*

  • on pigz

  • on python <3

  • on samtools 0.1.19.*

  • on sra-tools 2.9.6.*

  • on star 2.7.2b.*

  • on tbb 2020.2.*

  • on ucsc-fatotwobit

  • on ucsc-liftover

  • on velvet 1.2.10.*

  • on wget

  • on xlrd 1.0.0.*

  • on zip

Additional platforms:

Installation

You need a conda-compatible package manager (currently either pixi, conda, or micromamba) and the Bioconda channel already activated (see Usage). Below, we show how to install with either pixi or conda (for micromamba and mamba, commands are essentially the same as with conda).

Pixi

With pixi installed and the Bioconda channel set up (see Usage), to install globally, run:

pixi global install fusioncatcher

to add into an existing workspace instead, run:

pixi add fusioncatcher

In the latter case, make sure to first add bioconda and conda-forge to the channels considered by the workspace:

pixi workspace channel add conda-forge
pixi workspace channel add bioconda

Conda

With conda installed and the Bioconda channel set up (see Usage), to install into an existing and activated environment, run:

conda install fusioncatcher

Alternatively, to install into a new environment, run:

conda create -n envname fusioncatcher

with envname being the name of the desired environment.

Container

Alternatively, every Bioconda package is available as a container image for usage with your preferred container runtime. For e.g. docker, run:

docker pull quay.io/biocontainers/fusioncatcher:<tag>

(see fusioncatcher/tags for valid values for <tag>).

Integrated deployment

Finally, note that many scientific workflow management systems directly integrate both conda and container based software deployment. Thus, workflow steps can be often directly annotated to use the package, leading to automatic deployment by the respective workflow management system, thereby improving reproducibility and transparency. Check the documentation of your workflow management system to find out about the integration.

Notes

download-human-db.sh should be updated when new version of FusionCatcher is released.

Download stats