Add functionality and improvements around design text file#33
Conversation
Merge remote-tracking branch 'origin/main' into improve-design-16 # Conflicts: # DESCRIPTION
Codecov ReportPatch coverage:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## main #33 +/- ##
==========================================
- Coverage 87.20% 86.23% -0.98%
==========================================
Files 6 7 +1
Lines 172 218 +46
==========================================
+ Hits 150 188 +38
- Misses 22 30 +8
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
| path="./design.txt"){ | ||
| nwells <- 48 # TODO make this a question also | ||
|
|
||
| write_meta(date, expID, nwells, path) |
There was a problem hiding this comment.
The path is not verified, so it fails without further explanation to the user.
The path should perhaps also be inquired in a prompt.
There was a problem hiding this comment.
path is now created if it does not exist. Furthermore, the path is the first argument now, which means that the function can be run as exp_design("testpath/designfile.txt").
Closes #14, closes #16