We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26889fa commit 393e124Copy full SHA for 393e124
README.md
@@ -48,10 +48,11 @@ python3 -m unittest
48
49
Once the tests have completed, you can try out the program on the downloaded test data.
50
51
-To do this, type
+Instead of running on all wells (which takes about an hour to complete), we'll run on just two wells:
52
```
53
-pcpostprocess run_herg_qc ./tests/test_data/13112023_MW2_FF/
+pcpostprocess run_herg_qc ./tests/test_data/13112023_MW2_FF/ -w A02 A03
54
55
+
56
This will create several quality control plots in the directory `output`, and take XXX to XXX minutes to complete.
57
For every well, a ??? plot will be created, showing ???.
58
0 commit comments