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
  • Updating and release notes

Updating and release notes · Changes

Page history
Update Updating and release notes authored May 05, 2022 by Celine Mercier's avatar Celine Mercier
Hide whitespace changes
Inline Side-by-side
Showing with 19 additions and 2 deletions
+19 -2
  • Updating-and-release-notes.md Updating-and-release-notes.md +19 -2
  • No files found.
Updating-and-release-notes.md
View page @ 2c3004f5
......@@ -24,69 +24,86 @@ python3 setup.py install
* `3.0.1b17`:
- `import`: added import of UNITE fasta format
<br>
* `3.0.1b16`:
- `annotate`: fixed a bug where a column type could be wrongly guessed
<br>
* `3.0.1b15`:
- `split`: new command
<br>
* `3.0.1b14`:
- `export`: added options to export to metabaR compatible format
- Various minor fixes and improvements
<br>
* `3.0.1b13`:
- `import`: more lenient handling of white spaces for genbank files
<br>
* `3.0.1b12`:
- `ecopcr`: now accepting taxonomy from a different DMS than the reference sequences
- Various minor fixes and improvements
<br>
* `3.0.1b11`:
- `export`: integer missing values now imported as '0' for tabular format ; header now printed by default for tabular format ; and added option to only export specific keys/columns
- Various minor fixes and improvements
<br>
* `3.0.1b10`:
- `import`: fixed a parsing issue with some GenBank files
<br>
* `3.0.1b9`:
- `import`: now imports and adds NCBI taxids for SILVA and RDP training set fasta files
- various minor fixes and improvements
<br>
* `3.0.1b8`:
- `ecotag`: 'BEST_MATCH_TAXIDS' now dereplicated (no repeated taxids in the
list)
<br>
* `3.0.1b7`:
- `alignpairedend`: fixed bug that would cut out sequence ends when it should not have
<br>
* `3.0.1b6`:
- Now handling large int values (`import` rewrites column in OBI_FLOAT if a value is > INT32_MAX)
- Fixed a bug where some taxids could not be retrieved
- `import`/`export`: fixed issue where the '\t' separator option was not read properly
- `stats`: improved the tabular display to be properly read by R
<br>
* `3.0.1b5`:
- `obi rm`: new command to delete any view (for now the user deleting a view
accepts that there will be missing information when running `obi history`
if other views descend from the deleted view)
<br>
* `3.0.1b4`:
- `ngsfilter`: fixed critical bug where barcodes shorter than the forward primer would be missed
- `import`: fixed the import of tabular files with no header
<br>
* `3.0.1b3`:
- `uniq`: now OK to use *-m* option even if only one unique key in information to merge (e.g. one sample)
<br>
* `3.0.1b2`:
- Made the OBITools3 more 'empty file friendly'
<br>
* `3.0.1b1`:
- The OBITools3 now work on the Windows Subsystem for Linux
<br>
* `3.0.0b43`:
- Dictionaries with one key are now handled
<br>
* `3.0.0b42`:
- `import`: improved Genbank file parser
......
Clone repository
  • Installing the OBITools3
  • The OBITools3 data structure
  • The OBITools3 syntax
  • Updating and release notes
  • Wolf tutorial with the OBITools3
  • Home