Skip to content

Commit

Permalink
Update pipeline.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
renewiegandt authored Dec 14, 2018
1 parent 614a0bb commit e54d535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline.nf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ params.tfbs_path=""
params.organism="hg38"
params.tissue=""

params.tmpdir = "/mnt/workspace1/rene.wiegandt/tmp/"
params.tmpdir = "./"

if (params.bigwig == "" || params.bed == "" || params.genome_fasta == "" || params.motif_db == "" || params.config == ""){
log.info """
Expand Down

0 comments on commit e54d535

Please sign in to comment.