Skip to content

Releases: gobics/cocopye

v0.5.0

17 Jul 22:58
09302fa
Compare
Choose a tag to compare

Webserver

  • Website: Added a download button for example data

v0.4.0

15 Feb 14:29
68d116b
Compare
Choose a tag to compare

Webserver

  • Added a /version route
  • Update the reference on the website to include a link to the preprint on bioRxiv

v0.3.2

07 Feb 18:08
bb06985
Compare
Choose a tag to compare
  • Fixed a bug regarding the computation of the sequence lengths (only relevant for the coding density in extended/full output)

v0.3.1

16 Jan 15:17
ed0ab4b
Compare
Choose a tag to compare
  • K: 4 -> 9

v0.3.0

12 Jan 12:45
fa7dce5
Compare
Choose a tag to compare
  • Allow a list of file extensions for input FASTA files (default: fasta,fna,fa)

v0.2.2

11 Jan 19:52
ef287bb
Compare
Choose a tag to compare
  • Restrict the default number of threads to the number of CPU cores (fixes exception from the respective numba function)

v0.2.1

08 Jan 22:12
89c3ede
Compare
Choose a tag to compare
  • Webserver: Fixed FASTA file check

v0.2.0

06 Jan 23:34
3a4235a
Compare
Choose a tag to compare

Command Line Interface

  • Exit with a (hopefully) helpful error message if no input file with the given extension is found in the bin folder (instead of simply crashing)
  • Renamed cocopye toolbox into cocopye setup
  • For run, download-dependencies and testrun: Allow --pfam24 flag after the subcommand
  • Use cocopye_output.csv as default for the -o/--outfile parameter
  • Print the location of the currently used configuration file on startup
  • Replaced the placeholder description and epilog by real ones

Webserver

  • Reenable the submit button after a task stopped with an error
  • Use wss for websockets when using an https connection

v0.1.3

16 Dec 23:19
d50d426
Compare
Choose a tag to compare
  • Fixed missing webserver template in the PyPI package

v0.1.2

16 Dec 18:23
b5baef3
Compare
Choose a tag to compare
  • Removed argparse dependency