Skip to content

Installation

vborjesson edited this page Apr 24, 2020 · 3 revisions

Install TC-hunter

Clone the repository from Github and put it in your path (or add the direct path to config file)

$ git clone https://github.com/vborjesson/TC_hunter.git
$ export PATH="/home/yourPath/TC_hunter":$PATH
$ source ~/.bashrc

Software dependencies

Alternative 1:

Install required programs and tools using Anaconda

$ conda env create --file TC_hunter/Scripts/TC_hunter.yml
$ source activate TC_hunter

Alternative 2:

Install every program manually

  • Nextflow v.19.01.0
  • BWA MEM v.0.7.5a (only if you run TC_hunter_BWA.nf)
  • Samtools v.1.9
  • R v.3.5.1
  • python v.2.7.11
  • igv v.2.1.7 (You can choose to run this separately fom the pipeline)

Clone this wiki locally