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 Apr 28, 2021 by Celine Mercier's avatar Celine Mercier
Hide whitespace changes
Inline Side-by-side
Showing with 3 additions and 1 deletion
+3 -1
  • Wolf-tutorial-with-the-OBITools3.md Wolf-tutorial-with-the-OBITools3.md +3 -1
  • No files found.
Wolf-tutorial-with-the-OBITools3.md
View page @ e52f9afb
...@@ -53,11 +53,13 @@ And unzip it: ...@@ -53,11 +53,13 @@ And unzip it:
obi alignpairedend -R wolf/reads2 wolf/reads1 - > aligned_reads.fastq obi alignpairedend -R wolf/reads2 wolf/reads1 - > aligned_reads.fastq
### 3. Remove sequence records with a low overlap alignment score:
We can check the average alignment score (corresponding approximately to the similarity between the sequences in the overlap): We can check the average alignment score (corresponding approximately to the similarity between the sequences in the overlap):
obi stats -a score_norm wolf/aligned_reads obi stats -a score_norm wolf/aligned_reads
### 3. Remove sequence records with a low overlap alignment score: And keep only sequences with a high overlap alignment score:
obi grep -p "sequence['score_norm'] > 0.8" wolf/aligned_reads wolf/good_sequences obi grep -p "sequence['score_norm'] > 0.8" wolf/aligned_reads wolf/good_sequences
......
Clone repository
  • Installing the OBITools3
  • The OBITools3 data structure
  • The OBITools3 syntax
  • Updating and release notes
  • Wolf tutorial with the OBITools3
  • Home