Skip to content

Commit

Permalink
Merge branch 'hotfix/fix_subprocess'
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelJulia committed May 12, 2020
2 parents 560d59c + 04747ff commit b3c67ca
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion protocols/S3/stationA_protocol1_buffer_S3.ot2.apiv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import time
import math
import os
from os import subprocess
import subprocess
import json

# Metadata
Expand Down
2 changes: 1 addition & 1 deletion protocols/S3/stationA_protocol2_beads_S3.ot2.apiv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import time
import math
import os
from os import subprocess
import subprocess
import json

# metadata
Expand Down
2 changes: 1 addition & 1 deletion protocols/S3/stationA_protocol3_lysates_S3.ot2.apiv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import time
import math
import os
from os import subprocess
import subprocess
import json

# metadata
Expand Down
2 changes: 1 addition & 1 deletion protocols/S3/stationB_protocol1_extraction_S3.ot2.apiv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import time
import math
import os
from os import subprocess
import subprocess
import json

# metadata
Expand Down
2 changes: 1 addition & 1 deletion protocols/S3/stationC_protocol1_pcr_S3.ot2.apiv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import time
import math
import os
from os import subprocess
import subprocess
import json

# Metadata
Expand Down

0 comments on commit b3c67ca

Please sign in to comment.