bioinfomaticsCSU/EPGA2

Test data

Opened this issue · 0 comments

I was wondering if you could add some testdata to the repository (or add a link to some test data to the README).

That has the following advantages:

  • Users can see how they needed to format the data. (As an example, it may be unclear whether there needs to be a space, tab, semicolon, comma or other character in order to delimit the columns in the library.txt. It's any string matching the regular expression \s+, I know, but I knew that only after opening EPGA.pl in an editor.)
  • It's possible to try out the assembler with data that should work. (E.g. I realized that the program is not working on machines with an AMD processor. The bcalm command added to this repository isn't working there / isn't compiled to work with AMD processors. Having such data makes it easier to evaluate whether the program isn't working because there is a problem with the computer - that means for example missing rights (not all users are allowed to set ulimit), missing library (some .so library missing), wrong cpu model (AMD processor)) or because there is a particular problem with the dataset).