We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 615fc80 + c254672 commit 5205d45Copy full SHA for 5205d45
main.nf
@@ -2,7 +2,6 @@
2
3
VERSION = "0.0.20220810"
4
5
-params.config_directory = workflow.projectDir + "/configs/"
6
params.outdir = 'roundabout'
7
params.fastas = 'plasmids'
8
params.length = ''
@@ -12,7 +11,7 @@ params.length = ''
12
11
//# contaienrs for all processes : karyotype, divide, highlight
13
14
Channel
15
- .fromPath("${params.plasmid_directory}/*{.fa,.fasta,.fna}")
+ .fromPath("${params.fastas}/*{.fa,.fasta,.fna}")
16
.view { "input fasta file : " + it}
17
.set { fastas }
18
0 commit comments