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 Jul 24, 2020 by Celine Mercier's avatar Celine Mercier
Hide whitespace changes
Inline Side-by-side
Showing with 5 additions and 1 deletion
+5 -1
  • Wolf-tutorial-with-the-OBITools3.md Wolf-tutorial-with-the-OBITools3.md +5 -1
  • No files found.
Wolf-tutorial-with-the-OBITools3.md
View page @ 050d7c31
...@@ -49,6 +49,10 @@ And unzip it: ...@@ -49,6 +49,10 @@ And unzip it:
obi alignpairedend -R wolf/reads2 wolf/reads1 wolf/aligned_reads obi alignpairedend -R wolf/reads2 wolf/reads1 wolf/aligned_reads
**Note:** For any command, you can also print the result to standard output using the `-` URI:
obi alignpairedend -R wolf/reads2 wolf/reads1 - > aligned_reads.fastq
### 3. Remove unaligned sequence records ### 3. Remove unaligned sequence records
obi grep -a mode:alignment wolf/aligned_reads wolf/good_sequences obi grep -a mode:alignment wolf/aligned_reads wolf/good_sequences
...@@ -57,7 +61,7 @@ And unzip it: ...@@ -57,7 +61,7 @@ And unzip it:
obi ngsfilter -t wolf/ngsfile -u wolf/unidentified_sequences wolf/good_sequences wolf/identified_sequences obi ngsfilter -t wolf/ngsfile -u wolf/unidentified_sequences wolf/good_sequences wolf/identified_sequences
Note: Unlike the OBITools1, the OBITools3 make it possible to run ngsfilter before aligning the paired-end reads, BUT it is not recommended to do so for usual data, as ngsfilter will not be able to detect and cut out partially sequenced primers. **Note:** Unlike the OBITools1, the OBITools3 make it possible to run ngsfilter before aligning the paired-end reads, BUT it is not recommended to do so for usual data, as ngsfilter will not be able to detect and cut out partially sequenced primers.
### 5. Dereplicate reads into unique sequences ### 5. Dereplicate reads into unique sequences
......
Clone repository
  • Installing the OBITools3
  • The OBITools3 data structure
  • The OBITools3 syntax
  • Updating and release notes
  • Wolf tutorial with the OBITools3
  • Home