Skip to content

v0.4.1

Compare
Choose a tag to compare
@zhuchcn zhuchcn released this 28 Apr 20:20
· 1252 commits to main since this release
37f7dc7

Changed

  • Fixed the problem that in summarizeFasta output the order of variant sources in the same group is not consistent across runs. #428
  • Argument --ignore-missing-source added to summarizeFasta so sources not present in any GVF can be ignored without raising any error. #436
  • In filterFasta, when filter with expression table, changed to filter out peptides smaller than, instead of smaller or equal to, the value of --quant-cutoff.
  • Fixed the issue that in splitFasta, variant sources are not grouped as they are specified by --group-source #439

Added

  • Resources usage including memory, CPU and time is now printed to stdout in the end of all command line programs.

Fixed

  • Fixed issue that --additional-split not recognized properly in splitFasta. #443