-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnextflow.conf
More file actions
31 lines (28 loc) · 727 Bytes
/
Copy pathnextflow.conf
File metadata and controls
31 lines (28 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
params.fasta = null
params.save_dir = "./"
params.tolid = null
params.ends = null
params.klo = null
params.khi = null
params.python_env = "$baseDir/.env"
profiles {
small_test {
includeConfig 'conf/small_test.conf'
}
large_test {
includeConfig 'conf/large_test.conf'
}
real_test {
includeConfig 'conf/real_test.conf'
}
}
manifest {
name = 'TeloSeach'
author = '@AlanTracey99'
homePage = 'https://github.com/AlanTracey99/TeloSearch'
description = 'Search for cannonical and non-cannonical telomeric sequence'
mainScript = 'main.nf'
nextflowVersion = '!>=21.10.3'
version = '0.1'
}
cleanup = false