Skip to content
Snippets Groups Projects
  1. Aug 23, 2021
  2. Aug 21, 2021
  3. Aug 20, 2021
  4. Aug 19, 2021
  5. Jul 21, 2021
  6. Jul 16, 2021
  7. Jul 15, 2021
    • Dominik Burri's avatar
      Merge branch 'input_validation' into 'dev' · da752368
      Dominik Burri authored
      Config validation and add author information. Closes #174 and #78.
      
      See merge request !91
      da752368
    • Dominik Burri's avatar
      Validation of configuration file with a json schema... · 1d3ace6e
      Dominik Burri authored
      Validation of configuration file with a json schema `resources/config_schema.json` using the snakemake utility **validate**. The schema includes all the fields from `tests/input_files/config.yaml`, assigns certain fields as required and forbids the use of additional fields. All of the optional fields include default values, taken from the config above, except `rule_config` which has no default.
      
      Added author name and author email as optional fields in `tests/input_files/config.yaml`, and added it into the multiqc report.
      1d3ace6e
  8. Jul 14, 2021
  9. Jul 13, 2021
  10. Jun 11, 2021
  11. May 28, 2021
  12. May 12, 2021
  13. May 11, 2021
  14. May 07, 2021
  15. Apr 15, 2021
  16. Mar 25, 2021
    • BIOPZ-Gypas Foivos's avatar
      Merge branch 'remove_defaults' into 'dev' · 378f6aed
      BIOPZ-Gypas Foivos authored
      Remove default arguments from rules
      
      See merge request !80
      378f6aed
    • BIOPZ-Katsantoni Maria's avatar
      Remove extra parameters, that had or should have the default values · 5396adf5
      BIOPZ-Katsantoni Maria authored and BIOPZ-Gypas Foivos's avatar BIOPZ-Gypas Foivos committed
      and are therefore not required in the rules.
      - Snakefile
       star_rpm: --outWigNorm (default RPM was used)
       star_rpm: --outWigStrand (default Stranded was used)
       rename_star_rpm_for_alfa: orientation in params is redundant (Fixes #152)
      - single_end.snakefile.smk
       map_genome_star: outFilterMismatchNoverLmax
       map_genome_star: outFilterScoreMinOverLread
       map_genome_star: outFilterMatchNminOverLread
       quantification_salmon: --writeUnmappedNames
      - paired_end.snakefile.smk
        pe_map_genome_star: outFilterMismatchNoverLmax
        pe_map_genome_star: outFilterScoreMinOverLread
        pe_map_genome_star: outFilterMatchNminOverLread
        quantification_salmon: --writeUnmappedNames
      5396adf5
  17. Feb 26, 2021
Loading