bcgsc / tigmint

⛓ Correct misassemblies using linked AND long reads
https://bcgsc.github.io/tigmint/
GNU General Public License v3.0
54 stars 13 forks source link

Update btllib to v1.4.1 #103

Closed lcoombe closed 2 years ago

vlad0x00 commented 2 years ago

I just noticed that the 1.4.1 release contains the install directory, which it shouldn't. I'll fix it and make a quick new 1.4.2 release.

lcoombe commented 2 years ago

Ok great sounds good - thanks Vlad!

vlad0x00 commented 2 years ago

Looks like install/ isn't included in the release, but was added to this commit. I imagine you installed btllib and just committed install/ with it. I'll just include a .gitignore file in the next btllib release so that when you commit it, install/ is automatically excluded.

lcoombe commented 2 years ago

Looks like install/ isn't included in the release, but was added to this commit. I imagine you installed btllib and just committed install/ with it. I'll just include a .gitignore file in the next btllib release so that when you commit it, install/ is automatically excluded.

Ahh you're totally right - I normally try to remember to git add right after I download the new release, but this time I must have done a test compilation and added the files after that. I'll fix that on my end!

lcoombe commented 2 years ago

@vlad0x00 - should be fixed now. Would you mind just double checking all looks good now?

vlad0x00 commented 2 years ago

Looks good to me.