Skip to content

Commit

Permalink
fixing docker
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kasprzyk committed May 3, 2024
1 parent 97ea828 commit 83587a9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions containers/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dependencies:
- opentrons
- pandas
- docopt
- r-base
- r-tidyverse
- r-rjson
- r-gridExtra
- r-png
#- r-base
#- r-tidyverse
#- r-rjson
#- r-gridExtra
#- r-png
4 changes: 2 additions & 2 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ workflow {

CreateProtocol(csv_file_channel, json_file_channel, protocol_template_channel)
// SimulateProtocol(CreateProtocol.out.protocol)
VisualiseLabware(CreateProtocol.out.labware, labware_folder_channel)
CreateInstructions(instructions_template_channel, json_file_channel, VisualiseLabware.out.visual)
// VisualiseLabware(CreateProtocol.out.labware, labware_folder_channel)
// CreateInstructions(instructions_template_channel, json_file_channel, VisualiseLabware.out.visual)
}
10 changes: 5 additions & 5 deletions nextflow.config
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
params {
csvFile = "testdata/induction-data.csv"
jsonFile = "testdata/induction-parameters.json"
templateFile = "bin/protocol-templates/induction-template.py"
instructionsFile = "bin/instructions/induction-instructions.R"
csvFile = "testdata/transformation-data.csv"
jsonFile = "testdata/transformation-parameters.json"
templateFile = "bin/protocol-templates/transformation-template.py"
instructionsFile = "bin/instructions/transformation-instructions.R"
labwareFolder = "testdata/labware"
resultsDir = "./results"
}

includeCongif = 'conf/base.config'
includeConfig = 'conf/base.config'

0 comments on commit 83587a9

Please sign in to comment.