diff --git a/.gitignore b/.gitignore index 4a37284..b13259f 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/Release-notes.md b/Release-notes.md index 5c39dec..2e174cc 100644 --- a/Release-notes.md +++ b/Release-notes.md @@ -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