Skip to content

Commit

Permalink
Update nextflow.config
Browse files Browse the repository at this point in the history
  • Loading branch information
renewiegandt authored Sep 24, 2018
1 parent ba7bebf commit 82ce901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ env {
path_python = "/mnt/software/x86_64/packages/python/2.7.8-anaconda-5.1.0-stretch/bin" //Path to python
path_R = "/mnt/software/x86_64/packages/r/3.4.4-stretch-local/bin" //Path to R

path_bin = "/mnt/workspace1/rene.wiegandt/NextFlow/script/TOuCAN" // Path to T2C analysis scripts
path_working = "/mnt/workspace1/rene.wiegandt/NextFlow/script/TOuCAN" //Path to directory where files are stored. If restriction maps are already existing put them in folder 01_restriction_maps inside this working_dir
path_bin = "/mnt/workspace1/rene.wiegandt/NextFlow/script/TOuCAN" // Path to parent folder containing bin folder with T2C analysis scripts.
path_working = "/mnt/workspace1/rene.wiegandt/NextFlow/script/TOuCAN" // Working directory.

path_genome = "/mnt/workspace1/rene.wiegandt/NextFlow/script/THCPipe/index_bwa/GRCm38.p5.genome_whitelist.fa" // Path to full genome in fasta format + basis name of index [e.g. GRCm38.p5.genome_whitelist.fa]
path_gtf = "/mnt/agnerds/Rene.Wiegandt/fromMario/gencode.vM15.annotation.gtf"
Expand Down

0 comments on commit 82ce901

Please sign in to comment.