Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
O
OBITools3
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 33
    • Issues 33
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • OBITools
  • OBITools3
  • Wiki
  • Wolf tutorial with the OBITools3

Wolf tutorial with the OBITools3 · Changes

Page history
Update Wolf tutorial with the OBITools3 authored Mar 07, 2022 by Celine Mercier's avatar Celine Mercier
Hide whitespace changes
Inline Side-by-side
Showing with 3 additions and 2 deletions
+3 -2
  • Wolf-tutorial-with-the-OBITools3.md Wolf-tutorial-with-the-OBITools3.md +3 -2
  • No files found.
Wolf-tutorial-with-the-OBITools3.md
View page @ 64d691a3
...@@ -112,14 +112,15 @@ Otherwise, to build the database yourself from the start: ...@@ -112,14 +112,15 @@ Otherwise, to build the database yourself from the start:
mkdir EMBL mkdir EMBL
cd EMBL cd EMBL
wget -nH --cut-dirs=5 -A rel_std_*.dat.gz -R rel_std_hum_*.dat.gz,rel_std_env_*.dat.gz -m ftp://ftp.ebi.ac.uk/pub/databases/embl/release/std/ wget -nH --cut-dirs=6 -A 'STD_*.dat.gz' -R 'STD_HUM*.dat.gz','STD_ENV*.dat.gz' -m -np ftp://ftp.ebi.ac.uk/pub/databases/ena/sequence/snapshot_latest/std/
cd .. cd ..
2. Import the sequences in the DMS: 2. Import the sequences in the DMS:
obi import --embl EMBL wolf/embl_refs obi import --embl EMBL wolf/embl_refs
For EMBL files, you can give the path to a directory with several EMBL files. For EMBL files, you can give the path to a directory with several EMBL files. Same with GenBank files.
**Note:** The reference database can be built in another DMS. **Note:** The reference database can be built in another DMS.
......
Clone repository
  • Installing the OBITools3
  • The OBITools3 data structure
  • The OBITools3 syntax
  • Updating and release notes
  • Wolf tutorial with the OBITools3
  • Home