opencloning 0.3.8__py3-none-any.whl → 0.4.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,9 +0,0 @@
1
- set -e
2
- # Clear the output directory except for the gene_list.txt
3
- find batch_cloning_output -type f ! -name 'gene_list.txt' -delete
4
- find batch_cloning_output -type d -empty -delete
5
-
6
- python pombe_get_primers.py --genes batch_cloning_output/gene_list.txt
7
- python pombe_clone.py --genes batch_cloning_output/gene_list.txt
8
- python pombe_summary.py
9
- python pombe_gather.py