Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ensembl
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
ensembl
Commits
3be7a9a1
Commit
3be7a9a1
authored
20 years ago
by
Glenn Proctor
Browse files
Options
Downloads
Patches
Plain Diff
Formatting, added sources for PubMed and MedLine
parent
078676ce
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
misc-scripts/xref_mapping/table.sql
+9
-7
9 additions, 7 deletions
misc-scripts/xref_mapping/table.sql
with
9 additions
and
7 deletions
misc-scripts/xref_mapping/table.sql
+
9
−
7
View file @
3be7a9a1
...
...
@@ -98,19 +98,21 @@ INSERT INTO source VALUES (2, "RefSeq", 1);
#
Other
sources
-
used
to
create
dependent
xrefs
,
but
not
to
upload
from
INSERT
INTO
source
VALUES
(
1000
,
'EMBL'
,
1
);
INSERT
INTO
source
VALUES
(
1001
,
'PUBMED'
,
1
);
INSERT
INTO
source
VALUES
(
1002
,
'MEDLINE'
,
1
);
#
Files
to
fetch
data
from
#
--------------------------------------------------------------------------------
#
UniProt
/
SwissProt
#
Note
currently
no
UniProt
/
SwissProt
data
for
fugu
,
anopheles
,
c
.
briggsae
or
chicken
.
INSERT
INTO
source_url
(
source_id
,
url
,
checksum
,
file_modified_date
,
upload_date
)
VALUES
(
1
,
'ftp://ftp.ebi.ac.uk/pub/databases/SPproteomes/swissprot_files/proteomes/9606.SPC'
,
''
,
now
(),
now
());
INSERT
INTO
source_url
(
source_id
,
url
,
checksum
,
file_modified_date
,
upload_date
)
VALUES
(
1
,
'ftp://ftp.ebi.ac.uk/pub/databases/SPproteomes/swissprot_files/proteomes/10090.SPC'
,
''
,
now
(),
now
());
INSERT
INTO
source_url
(
source_id
,
url
,
checksum
,
file_modified_date
,
upload_date
)
VALUES
(
1
,
'ftp://ftp.ebi.ac.uk/pub/databases/SPproteomes/swissprot_files/proteomes/10116.SPC'
,
''
,
now
(),
now
());
INSERT
INTO
source_url
(
source_id
,
url
,
checksum
,
file_modified_date
,
upload_date
)
VALUES
(
1
,
'ftp://ftp.ebi.ac.uk/pub/databases/SPproteomes/swissprot_files/proteomes/7227.SPC'
,
''
,
now
(),
now
());
INSERT
INTO
source_url
(
source_id
,
url
,
checksum
,
file_modified_date
,
upload_date
)
VALUES
(
1
,
'ftp://ftp.ebi.ac.uk/pub/databases/SPproteomes/swissprot_files/proteomes/6239.SPC'
,
''
,
now
(),
now
());
##
INSERT
INTO
source_url
(
source_id
,
url
,
checksum
,
file_modified_date
,
upload_date
)
VALUES
(
1
,
'ftp://ftp.ebi.ac.uk/pub/databases/SPproteomes/swissprot_files/proteomes/9031.SPC'
,
''
,
now
(),
now
());
INSERT
INTO
source_url
(
source_id
,
url
,
checksum
,
file_modified_date
,
upload_date
)
VALUES
(
1
,
'ftp://ftp.ebi.ac.uk/pub/databases/SPproteomes/swissprot_files/proteomes/9598.SPC'
,
''
,
now
(),
now
());
INSERT
INTO
source_url
(
source_id
,
url
,
checksum
,
file_modified_date
,
upload_date
)
VALUES
(
1
,
'ftp://ftp.ebi.ac.uk/pub/databases/SPproteomes/swissprot_files/proteomes/9606.SPC'
,
''
,
now
(),
now
());
INSERT
INTO
source_url
(
source_id
,
url
,
checksum
,
file_modified_date
,
upload_date
)
VALUES
(
1
,
'ftp://ftp.ebi.ac.uk/pub/databases/SPproteomes/swissprot_files/proteomes/10090.SPC'
,
''
,
now
(),
now
());
INSERT
INTO
source_url
(
source_id
,
url
,
checksum
,
file_modified_date
,
upload_date
)
VALUES
(
1
,
'ftp://ftp.ebi.ac.uk/pub/databases/SPproteomes/swissprot_files/proteomes/10116.SPC'
,
''
,
now
(),
now
());
INSERT
INTO
source_url
(
source_id
,
url
,
checksum
,
file_modified_date
,
upload_date
)
VALUES
(
1
,
'ftp://ftp.ebi.ac.uk/pub/databases/SPproteomes/swissprot_files/proteomes/7227.SPC'
,
''
,
now
(),
now
());
INSERT
INTO
source_url
(
source_id
,
url
,
checksum
,
file_modified_date
,
upload_date
)
VALUES
(
1
,
'ftp://ftp.ebi.ac.uk/pub/databases/SPproteomes/swissprot_files/proteomes/6239.SPC'
,
''
,
now
(),
now
());
##
INSERT
INTO
source_url
(
source_id
,
url
,
checksum
,
file_modified_date
,
upload_date
)
VALUES
(
1
,
'ftp://ftp.ebi.ac.uk/pub/databases/SPproteomes/swissprot_files/proteomes/9031.SPC'
,
''
,
now
(),
now
());
INSERT
INTO
source_url
(
source_id
,
url
,
checksum
,
file_modified_date
,
upload_date
)
VALUES
(
1
,
'ftp://ftp.ebi.ac.uk/pub/databases/SPproteomes/swissprot_files/proteomes/9598.SPC'
,
''
,
now
(),
now
());
#
--------------------------------------------------------------------------------
#
RefSeq
-
release
/
and
cumulative
/
directories
,
for
protein
and
mRNA
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment