Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LBMC
yvertlab
mylabstocks
Commits
44ae5e28
Verified
Commit
44ae5e28
authored
Jun 14, 2021
by
Gael Yvert
Browse files
bugfix: remove reference to deprecated column in seeder for dna-features
parent
407a5166
Changes
1
Hide whitespace changes
Inline
Side-by-side
database/seeders/DnaFeaturesTableSeeder.php
View file @
44ae5e28
...
...
@@ -17,7 +17,6 @@ class DnaFeaturesTableSeeder extends Seeder
DB
::
table
(
'dna_features'
)
->
insert
([
'sequence'
=>
'tcatgtaattagttatgtcacgcttacattcacgccctccccccacatccgctctaaccgaaaaggaaggagttagacaacctgaagtctaggtccctatttatttttttatagttatgttagtattaagaacgttatttatatttcaaatttttcttttttttctgtacagacgcgtgtacgcatgtaacattatactgaaaaccttgcttgagaaggttttgggacgctcgaaggctttaatttgcggccg'
,
'name'
=>
'CYC1-terminator'
,
'category'
=>
'Terminators'
,
'comments'
=>
''
,
'created_at'
=>
date
(
'Y-m-d H:i:s'
),
'updated_at'
=>
date
(
'Y-m-d H:i:s'
),
...
...
@@ -26,7 +25,6 @@ class DnaFeaturesTableSeeder extends Seeder
DB
::
table
(
'dna_features'
)
->
insert
([
'sequence'
=>
'ATAACTTCGTATAATGTATGCTATACGAAGTTAT'
,
'name'
=>
'LoxP'
,
'category'
=>
'Miscellaneous features'
,
'comments'
=>
''
,
'created_at'
=>
date
(
'Y-m-d H:i:s'
),
'updated_at'
=>
date
(
'Y-m-d H:i:s'
),
...
...
Gael Yvert
@gyvert
mentioned in issue
#121 (closed)
·
Jun 14, 2021
mentioned in issue
#121 (closed)
mentioned in issue #121
Toggle commit list
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment