Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bielefeld-CeBiTec
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
2024 Competition
Bielefeld-CeBiTec
Commits
965a2713
Commit
965a2713
authored
5 months ago
by
Kathleen Susat
Browse files
Options
Downloads
Patches
Plain Diff
max update - parts
parent
58fffe4d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#476913
passed
5 months ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/data/parts.ts
+72
-15
72 additions, 15 deletions
src/data/parts.ts
with
72 additions
and
15 deletions
src/data/parts.ts
+
72
−
15
View file @
965a2713
...
...
@@ -2,7 +2,7 @@ export interface Part{
partname
:
string
,
registrycode
:
string
,
description
:
string
,
length
:
number
,
length
?
:
number
,
type
:
string
,
url
:
string
}
...
...
@@ -26,7 +26,7 @@ export const BasicParts: Array<Part> = [
{
partname
:
"
pegRNA_reporter01
"
,
registrycode
:
"
BBa_K5247009
"
,
description
:
"
pegR
na
of report gene
"
,
description
:
"
pegR
NA
of report gene
"
,
length
:
100
,
type
:
"
DNA
"
,
url
:
"
https://parts.igem.org/Part:BBa_K5247009
"
...
...
@@ -34,7 +34,7 @@ export const BasicParts: Array<Part> = [
{
partname
:
"
pegRNA_reporter02
"
,
registrycode
:
"
BBa_K5247010
"
,
description
:
"
pegR
na
of report gene
"
,
description
:
"
pegR
NA
of report gene
"
,
length
:
100
,
type
:
"
DNA
"
,
url
:
"
https://parts.igem.org/Part:BBa_K5247010
"
...
...
@@ -42,7 +42,7 @@ export const BasicParts: Array<Part> = [
{
partname
:
"
pegRNA_reporter03
"
,
registrycode
:
"
BBa_K5247011
"
,
description
:
"
pegR
na
of report gene
"
,
description
:
"
pegR
NA
of report gene
"
,
length
:
100
,
type
:
"
DNA
"
,
url
:
"
https://parts.igem.org/Part:BBa_K5247011
"
...
...
@@ -50,7 +50,7 @@ export const BasicParts: Array<Part> = [
{
partname
:
"
pegRNA_reporter04
"
,
registrycode
:
"
BBa_K5247012
"
,
description
:
"
pegR
na
of report gene
"
,
description
:
"
pegR
NA
of report gene
"
,
length
:
100
,
type
:
"
DNA
"
,
url
:
"
https://parts.igem.org/Part:BBa_K5247012
"
...
...
@@ -58,7 +58,7 @@ export const BasicParts: Array<Part> = [
{
partname
:
"
pegRNA_reporter05
"
,
registrycode
:
"
BBa_K5247013
"
,
description
:
"
pegR
na
of report gene
"
,
description
:
"
pegR
NA
of report gene
"
,
length
:
100
,
type
:
"
DNA
"
,
url
:
"
https://parts.igem.org/Part:BBa_K5247013
"
...
...
@@ -66,7 +66,7 @@ export const BasicParts: Array<Part> = [
{
partname
:
"
pegRNA_reporter06
"
,
registrycode
:
"
BBa_K5247014
"
,
description
:
"
pegR
na
of report gene
"
,
description
:
"
pegR
NA
of report gene
"
,
length
:
100
,
type
:
"
DNA
"
,
url
:
"
https://parts.igem.org/Part:BBa_K5247014
"
...
...
@@ -74,7 +74,7 @@ export const BasicParts: Array<Part> = [
{
partname
:
"
pegRNA_reporter07
"
,
registrycode
:
"
BBa_K5247015
"
,
description
:
"
pegR
na
of report gene
"
,
description
:
"
pegR
NA
of report gene
"
,
length
:
100
,
type
:
"
DNA
"
,
url
:
"
https://parts.igem.org/Part:BBa_K5247015
"
...
...
@@ -82,7 +82,7 @@ export const BasicParts: Array<Part> = [
{
partname
:
"
pegRNA_reporter08
"
,
registrycode
:
"
BBa_K5247016
"
,
description
:
"
pegR
na
of report gene
"
,
description
:
"
pegR
NA
of report gene
"
,
length
:
100
,
type
:
"
DNA
"
,
url
:
"
https://parts.igem.org/Part:BBa_K5247016
"
...
...
@@ -90,7 +90,7 @@ export const BasicParts: Array<Part> = [
{
partname
:
"
pegRNA_reporter09
"
,
registrycode
:
"
BBa_K5247017
"
,
description
:
"
pegR
na
of report gene
"
,
description
:
"
pegR
NA
of report gene
"
,
length
:
100
,
type
:
"
DNA
"
,
url
:
"
https://parts.igem.org/Part:BBa_K5247017
"
...
...
@@ -98,7 +98,7 @@ export const BasicParts: Array<Part> = [
{
partname
:
"
pegRNA_reporter10
"
,
registrycode
:
"
BBa_K5247018
"
,
description
:
"
pegR
na
of report gene
"
,
description
:
"
pegR
NA
of report gene
"
,
length
:
100
,
type
:
"
DNA
"
,
url
:
"
https://parts.igem.org/Part:BBa_K5247018
"
...
...
@@ -106,7 +106,7 @@ export const BasicParts: Array<Part> = [
{
partname
:
"
pegRNA_reporter11
"
,
registrycode
:
"
BBa_K5247019
"
,
description
:
"
pegR
na
of report gene
"
,
description
:
"
pegR
NA
of report gene
"
,
length
:
100
,
type
:
"
DNA
"
,
url
:
"
https://parts.igem.org/Part:BBa_K5247019
"
...
...
@@ -114,7 +114,7 @@ export const BasicParts: Array<Part> = [
{
partname
:
"
pegRNA_reporter12
"
,
registrycode
:
"
BBa_K5247020
"
,
description
:
"
pegR
na
of report gene
"
,
description
:
"
pegR
NA
of report gene
"
,
length
:
100
,
type
:
"
DNA
"
,
url
:
"
https://parts.igem.org/Part:BBa_K5247020
"
...
...
@@ -122,7 +122,7 @@ export const BasicParts: Array<Part> = [
{
partname
:
"
pegRNA_reporter13
"
,
registrycode
:
"
BBa_K5247021
"
,
description
:
"
pegR
na
of report gene
"
,
description
:
"
pegR
NA
of report gene
"
,
length
:
100
,
type
:
"
DNA
"
,
url
:
"
https://parts.igem.org/Part:BBa_K5247021
"
...
...
@@ -130,11 +130,58 @@ export const BasicParts: Array<Part> = [
{
partname
:
"
pegRNA_reporter14
"
,
registrycode
:
"
BBa_K5247022
"
,
description
:
"
pegR
na
of report gene
"
,
description
:
"
pegR
NA
of report gene
"
,
length
:
100
,
type
:
"
DNA
"
,
url
:
"
https://parts.igem.org/Part:BBa_K5247022
"
},
{
partname
:
"
"
,
registrycode
:
"
"
,
description
:
"
"
,
type
:
"
"
,
url
:
""
},
{
partname
:
"
pegRNA_CFTR01
"
,
registrycode
:
"
BBa_K5247023
"
,
description
:
"
pegRNA for CFTR
"
,
length
:
100
,
type
:
"
DNA
"
,
url
:
"
https://parts.igem.org/Part:BBa_K5247023
"
},
{
partname
:
"
pegRNA_CFTR02
"
,
registrycode
:
"
BBa_K5247024
"
,
description
:
"
pegRNA for CFTR
"
,
length
:
100
,
type
:
"
DNA
"
,
url
:
"
https://parts.igem.org/Part:BBa_K5247024
"
},
{
partname
:
"
pegRNA_CFTR03
"
,
registrycode
:
"
BBa_K5247025
"
,
description
:
"
pegRNA for CFTR
"
,
length
:
100
,
type
:
"
DNA
"
,
url
:
"
https://parts.igem.org/Part:BBa_K5247025
"
},
{
partname
:
"
pegRNA_CFTR04
"
,
registrycode
:
"
BBa_K5247026
"
,
description
:
"
pegRNA for CFTR
"
,
length
:
100
,
type
:
"
DNA
"
,
url
:
"
https://parts.igem.org/Part:BBa_K5247026
"
},
{
partname
:
"
pegRNA_CFTR05
"
,
registrycode
:
"
BBa_K5247027
"
,
description
:
"
pegRNA for CFTR
"
,
length
:
100
,
type
:
"
DNA
"
,
url
:
"
https://parts.igem.org/Part:BBa_K5247027
"
},
]
export
const
CompositeParts
:
Array
<
Part
>
=
[
...
...
@@ -146,4 +193,14 @@ export const CompositeParts: Array<Part> = [
type
:
"
DNA
"
,
url
:
"
.....
"
},
]
export
const
pegRNA_CFTR
:
Array
<
Part
>
=
[
{
partname
:
"
pegRNA_reporter
"
,
registrycode
:
"
BBa_K5247022
"
,
description
:
"
pegRNA of report gene
"
,
length
:
100
,
type
:
"
DNA
"
,
url
:
"
https://parts.igem.org/Part:BBa_K5247022
"
},
]
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment