Skip to content
Snippets Groups Projects
Commit f0dfcc61 authored by Zihan Zhang's avatar Zihan Zhang
Browse files

groupparts with gap

parent 79afcca7
No related branches found
Tags groupparts
No related merge requests found
Pipeline #84418 passed
Showing
with 13974 additions and 7 deletions
|----|----|----|----|----|----|----|
| | | Part Name | Description | Part Type | Designer(s) | Length |
|----|----|----|----|----|----|----|
| Deleted | | BBa_K4162001 | ybbO gene (coding for retinol dehydrogenase) | Coding | Yujian Song | Length: 0 bp |
......@@ -36,4 +35,19 @@
| | | BBa_K4162033 | linker between gene ybbO and tdMCP | DNA | Weiwen Chen | Length: 18 bp |
| | | BBa_K4162034 | linker between tdMCP and EGFP | DNA | Weiwen Chen | Length: 18 bp |
| | | BBa_K4162035 | linker between BCMO and StayGold | Coding | Weiwen Chen | Length: 54 bp |
|----|----|----|----|----|----|----|
| | | BBa_K4162101 | crtIY | Coding | Weiwen Chen | Length: 2796 bp |
| | | BBa_K4162102 | crtEI | Coding | Weiwen Chen | Length: 2556 bp |
| | | BBa_K4162103 | crtBE | Coding | Weiwen Chen | Length: 2007 bp |
| | | BBa_K4162104 | crtEB | Coding | Weiwen Chen | Length: 2007 bp |
| | | BBa_K4162105 | crtYB | Coding | Weiwen Chen | Length: 2247 bp |
| | | BBa_K4162106 | crtIB | Coding | Weiwen Chen | Length: 2577 bp |
| | | BBa_K4162107 | crtEY | Coding | Weiwen Chen | Length: 2226 bp |
| | | BBa_K4162108 | crtEBI | Coding | Weiwen Chen | Length: 3570 bp |
| | | BBa_K4162109 | crtIEB | Coding | Weiwen Chen | Length: 3570 bp |
| | | BBa_K4162110 | crtBEY | Coding | Weiwen Chen | Length: 3240 bp |
| | | BBa_K4162111 | crtBEI | Coding | Weiwen Chen | Length: 3570 bp |
| | | BBa_K4162112 | crtIYB | Coding | Weiwen Chen | Length: 3810 bp |
| | | BBa_K4162113 | crtEBY | Coding | Weiwen Chen | Length: 3240 bp |
| | | BBa_K4162114 | crtYEB | Coding | Weiwen Chen | Length: 3240 bp |
| | | BBa_K4162115 | crtYBE | Coding | Weiwen Chen | Length: 3240 bp |
| | | BBa_K4162116 | crtEIY | Coding | Weiwen Chen | Length: 3789 bp |
......@@ -11,10 +11,11 @@ driver = webdriver.Chrome() # https://chromedriver.chromium.org/downloads and pl
from time import sleep
z = range(1, 37)
z = []
z += range(1, 37)
z += range(101, 118)
table_th = ('Part Name', 'Short Description', 'Part Type', 'Designer(s)')
fff = open('groupparts.md', 'w')
fff.write('|----|----|----|----|----|----|----|\n')
fff.write('| | | Part Name | Description | Part Type | Designer(s) | Length |\n')
fff.write('|----|----|----|----|----|----|----|\n')
......@@ -64,8 +65,6 @@ for zz in z:
fff.write('| %s | %s | %s | \n' % (favorited, ' | '.join(td), p3) )
print('\n\n')
fff.write('|----|----|----|----|----|----|----|\n')
fff.close()
print('CAUTION: will support update and diff later, right now only for init')
driver.quit()
\ No newline at end of file
driver.quit()
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment