Skip to content

Commit 5205d45

Browse files
authored
Merge pull request #4 from erinyoung/erin-dev
fixed typo
2 parents 615fc80 + c254672 commit 5205d45

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main.nf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
VERSION = "0.0.20220810"
44

5-
params.config_directory = workflow.projectDir + "/configs/"
65
params.outdir = 'roundabout'
76
params.fastas = 'plasmids'
87
params.length = ''
@@ -12,7 +11,7 @@ params.length = ''
1211
//# contaienrs for all processes : karyotype, divide, highlight
1312

1413
Channel
15-
.fromPath("${params.plasmid_directory}/*{.fa,.fasta,.fna}")
14+
.fromPath("${params.fastas}/*{.fa,.fasta,.fna}")
1615
.view { "input fasta file : " + it}
1716
.set { fastas }
1817

0 commit comments

Comments
 (0)