Skip to content

Release 1.0.8315

Latest
Compare
Choose a tag to compare
@alchemistmatt alchemistmatt released this 07 Oct 23:36
· 15 commits to master since this release

AScore_Program.zip includes the AScore console program.

  • See the Readme file for usage information.
  • The Parameter_Files directory has example parameter files
  • The Data directory has example results

AScore_Program_CentOS.zip includes the same AScore console program, but it includes libSQLite.Interop.so specific to RHEL 7 (which should also be compatible with CentOS 7). AScore_Program_Debian.zip includes libSQLite.Interop.so specific to Debian (and Ubuntu). For other Linux distributions, follow the instructions in System.Data.SQLite_Compilation_Steps_Linux.wiki for steps on compiling a system specific version of libSQLite.Interop.so

On Linux, use Mono to run the program, for example mono AScore_Console.exe

Changes

  • When loading PSMs from text files, only split on tab characters (previously also split on commas)