mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Tag a Fatal bug release 4.0.5
Former-commit-id: 10b27c6d3867756d3159ef22eefd75db3fab84d0
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@ -6,6 +6,9 @@ vendor
|
||||
*.fastq
|
||||
*.fasta
|
||||
.DS_Store
|
||||
*.gml
|
||||
*.log
|
||||
/argaly
|
||||
|
||||
/obiconvert
|
||||
/obicount
|
||||
@ -73,3 +76,7 @@ getoptions.adoc
|
||||
Archive.zip
|
||||
.DS_Store
|
||||
sample/.DS_Store
|
||||
sample/consensus_graphs/specimen_hac_plants_Vern_disicolor_.gml
|
||||
93954
|
||||
Bact03.e5.gb_R254.obipcr.idx.fasta.save
|
||||
sample/test.obipcr.log
|
||||
|
@ -9,6 +9,15 @@ If you use the recommanded method for compiling OBITools on your computer, their
|
||||
as the script always load the latest GO version. If you rely on you personnal GO install, please
|
||||
think to update.
|
||||
|
||||
## August 29th, 2023. Release 4.0.5
|
||||
|
||||
### Bugs
|
||||
|
||||
- Patch a bug in the `obiseq.BioSequence` constructor leading to a error on almost every obitools.
|
||||
The error message indicates : `fatal error: sync: unlock of unlocked mutex`
|
||||
This bug was introduced in the release 4.0.4
|
||||
|
||||
|
||||
## August 27th, 2023. Release 4.0.4
|
||||
|
||||
### Bugs
|
||||
|
Reference in New Issue
Block a user