Skip to content
Snippets Groups Projects
  1. Feb 13, 2025
  2. Jan 31, 2025
  3. Jan 07, 2025
    • Ludovic Cottret's avatar
      Merge branch 'cleanApps' into 'develop' · 54155369
      Ludovic Cottret authored
      Clean apps
      
      See merge request !37
      54155369
    • Ludovic Cottret's avatar
      Clean apps · 5c9f7a0e
      Ludovic Cottret authored
      The goal was to check the met4j-toolbox apps, especially :
      
      * names of the apps
      * documentation
      * names of the parameters to be consistent between apps
      
      We applied these rules :
      
      * Starting the name of an app by Sbml is useless since almost all apps take SBML as input.
      * The name must be concise and meaningful
      * Sbml in the name of an app must be written in camel case, not SBML
      * The short description must be as concise as possible
      * The parameter for the main input must be -i
      * The parameter for the main output must be -o
      * System.err must only be used for errors not logs
      * When two formats of output are possible (ex: GML or TSV), indicate Txt
      
      To make consistent the behaviour of the apps, some utils methods will be created:
      
      * readSbml with options to select the packages uses
      * writeSbml
      * getMetabolitesFromFile especially used for side compound import
      5c9f7a0e
  4. Jan 02, 2025
  5. Oct 31, 2024
  6. Oct 30, 2024
  7. Oct 07, 2024
  8. Oct 04, 2024
  9. Sep 05, 2024
  10. Sep 04, 2024
Loading