-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Calculate Amount scripts for more flexibility (#562)
Changes are needed for the new Pacbio Revio workflow but they also affect many other steps that have different types of calculate amount automations using the same script ### Changed For script calculate_amount_ng.py: - From options.py, "subtract_volume_option" was substituted with "subtract_volume" as it offers more flexibility - From options.py, "preset_volume" was added so that a volume specified in the cli can be used in the calculation For script twist_qc_amount.py: - From options.py, "subtract_volume" was added and substitutes the hardcoded volume subtraction in the script - the value can be modified in the cli command instead. - Its pytest test_twist_qc_amount.py was modified to reflect the added option mentioned above
- Loading branch information
1 parent
1460816
commit d948f1e
Showing
3 changed files
with
28 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters