BioJulia / FASTX.jl

Parse and process FASTA and FASTQ formatted files of biological sequences.
https://biojulia.dev
MIT License
61 stars 20 forks source link

Release version 1.0 #4

Closed TransGirlCodes closed 5 years ago

TransGirlCodes commented 5 years ago

@BioJuliaBot register()

BioJuliaBot commented 5 years ago

Registration pull request created: BioJulia/BioJuliaRegistry/16

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.0 -m "<description of version>" 7d93a5bb1192ceb907b8c51c8aa6093121570552
git push origin v1.0.0
TransGirlCodes commented 5 years ago

@BioJuliaBot register()

BioJuliaBot commented 5 years ago

Registration pull request updated: BioJulia/BioJuliaRegistry/16

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.0 -m "<description of version>" eb149bc546d43c247157b4acfb29d8cf1da9f865
git push origin v1.0.0