Skip to content
Snippets Groups Projects
  1. Apr 02, 2025
  2. Feb 13, 2025
  3. Jan 31, 2025
  4. 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
  5. Jan 02, 2025
  6. Oct 31, 2024
Loading