Logo
Explore Help
Sign In
efischer/BiGpairSEQ
1
0
Fork 0
You've already forked BiGpairSEQ
Code Issues Pull Requests Projects Releases 13 Wiki Activity

13 Releases 13 Tags

RSS Feed
  • v4.4 d1810c453d
    Compare

    BiGpairSEQ_Sim v4.4 Stable

    efischer released this 2025-04-10 20:04:40 +00:00 | 3 commits to master since this release

    Executable .jar file for BiGpairSEQ simulator. See this release's readme.md file for description and usage instructions.

    Changelog:

    • Refactored to construct bipartite graph directly rather than using an adjacency matrix, to (hopefully) reduce the memory required

    Compatible with Graph/Data (.ser) files from:

    BiGpairSEQ_Sim v4.2
    BiGpairSEQ_Sim v4.3

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • BiGpairSEQ_Sim.jar
      4.8 MiB
      2025-04-11 00:57:35 +00:00
  • v4.3 b7597cff2a
    Compare

    BiGpairSEQ_Sim v4.3 Stable

    efischer released this 2025-04-09 21:18:57 +00:00 | 12 commits to master since this release

    Executable .jar file for BiGpairSEQ simulator. See this release's readme.md file for description and usage instructions.

    Changelog:

    • Now uses pairing heap by default
    • Added Zipf distribution to T cell frequency options

    Compatible with Graph/Data (.ser) files from:

    • BiGpairSEQ_Sim v4.2
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • BiGpairSEQ_Sim.jar
      5.5 MiB
      2025-04-10 14:32:03 +00:00
  • v4.2 a5a17d1f76
    Compare

    BiGpairSEQ_Sim v4.2 Stable

    efischer released this 2022-10-01 23:35:06 +00:00 | 56 commits to master since this release

    Executable .jar file for BiGpairSEQ simulator. See this release's readme.md file for description and usage instructions.

    Changelog:

    • Calculation of p-values now off by default
    • Updated and reorganized Readme

    Compatible with Graph/Data (.ser) files from:

    • BiGpairSEQ_Sim v4.2
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • BiGpairSEQ_Sim.jar
      1.6 MiB
      2025-04-09 22:01:27 +00:00
  • v4.1 756e5572b9
    Compare

    BiGpairSEQ_Sim v4.1 Stable

    efischer released this 2022-09-29 05:11:09 +00:00 | 87 commits to master since this release

    Executable .jar file for BiGpairSEQ simulator. See this release's readme.md file for description and usage instructions.

    Changelog:

    • When read errors are enabled, sequences can now be misread as other real sequences on the plate

    Compatible with Graph/Data (.ser) files from:

    • BiGpairSEQ_Sim v4.1
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • BiGpairSEQ_Sim.jar
      1.5 MiB
      2022-09-29 05:57:12 +00:00
  • v4.0 b7c86f20b3
    Compare

    BiGpairSEQ_Sim v4.0 Stable

    efischer released this 2022-09-28 08:04:15 +00:00 | 104 commits to master since this release

    Executable .jar file for BiGpairSEQ simulator. See this release's readme.md file for description and usage instructions.

    Changelog:

    • Implemented simulation of sequence read depth and sequence read errors, to better match the behavior of actual sequencers.
    • Added read depth data to graphml output.
    • Refactored simulator code to be significantly simpler.
    • Fixed bug in sequence occupancy counting; occupancies are now counted accurately.

    Compatible with Graph/Data (.ser) files from:

    • BiGpairSEQ_Sim v.4.0
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • BiGpairSEQ_Sim.jar
      1.5 MiB
      2022-09-28 08:04:11 +00:00
  • v3.0 e4e5a1f979
    Compare

    BiGpairSEQ_Sim v3.0 Stable

    efischer released this 2022-09-26 00:15:37 +00:00 | 171 commits to master since this release

    Executable .jar file for BiGpairSEQ simulator. See this release's readme.md file for description and usage instructions.

    Changelog:

    • Custom Vertex class implemented to allow future implementation of different MWM algorithms. This change in underlying data structure also seems to speed up matching with the present MWM algorithm. (This change breaks compatibility with Graph/Data files from previous versions of BiGpairSEQ_sim.)

    Compatible with Graph/Data (.ser) files from:

    • BiGpairSEQ_Sim v.3.0
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • BiGpairSEQ_Sim.jar
      1.5 MiB
      2022-09-26 00:16:33 +00:00
  • v2.0 6f5afbc6ec
    Compare

    BiGpairSEQ_Sim v2.0 Stable

    efischer released this 2022-02-27 23:02:15 +00:00 | 206 commits to master since this release

    Executable .jar file for BiGpairSEQ simulator. See this release's readme.md file for description and usage instructions.

    Changelog:

    • Now supports command line arguments, to allow use in shell scripts. For full list of command line arguments, run the program with the -help flag.

    Compatible with Graph/Data (.ser) files from:

    • BiGpairSEQ_Sim v1.2
    • BiGpairSEQ_Sim v1.3
    • BiGpairSEQ_Sim v1.4
    • BiGpairSEQ_Sim v1.5
    • BiGpairSEQ_Sim v2.0
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • BiGpairSEQ_Sim.jar
      1.5 MiB
      2022-03-04 22:15:05 +00:00
  • v1.5 b4cc240048
    Compare

    BiGpairSEQ_Sim v1.5 Stable

    efischer released this 2022-02-26 17:08:18 +00:00 | 223 commits to master since this release

    Executable .jar file for BiGpairSEQ simulator. See this release's readme.md file for description and usage instructions.

    Changelog:

    • GraphML file output implemented for full data portability
    • File output options added to Options menu

    Compatibel with Graph/Data (.ser) files from:

    • BiGpairSEQ_Sim v1.2
    • BiGpairSEQ_Sim v1.3
    • BiGpairSEQ_Sim v1.4
    • BiGpairSEQ_Sim v1.5
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • BiGpairSEQ_Sim_v1.5.jar
      1.5 MiB
      2022-02-26 17:07:32 +00:00
  • v1.4 ab8d98ed81
    Compare

    BiGpairSEQ_Sim v1.4 Stable

    efischer released this 2022-02-24 21:43:48 +00:00 | 239 commits to master since this release

    Executable .jar file for BiGpairSEQ simulator. See this release's readme.md file for description and usage instructions.

    Changelog:

    • Default file caching behavior changed to OFF
    • Default priority queue for MWM algorithm changed to Fibonacci heap
    • Priority queue option menu implemented

    Compatible with Graph data (.ser files) from:

    • BiGpairSEQ_Sim v1.2
    • BiGpairSEQ_Sim v1.3
    • BiGpairSEQ_Sim v1.4
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • BiGpairSEQ_Sim_v1.4.jar
      1.5 MiB
      2022-02-24 21:43:21 +00:00
  • v1.3 2829b88689
    Compare

    BiGpairSEQ_Sim v1.3 Stable

    efischer released this 2022-02-24 18:53:32 +00:00 | 245 commits to master since this release

    Executable .jar file for BiGpairSEQ simulator. See this release's readme.md file for description and usage instructions.

    Changelog: file caching behavior now controllable from new Options menu.

    Compatible with Graph data (.ser files) from:

    • BiGpairSEQ_Sim v1.2
    • BiGpairSEQ_Sim v1.3
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • BiGpairSEQ_Sim_v1.3.jar
      1.5 MiB
      2022-02-24 18:53:22 +00:00
First Previous 1 2 Next Last
Powered by Gitea Version: 1.24.6 Page: 60ms Template: 10ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API