Changes between Version 1 and Version 2 of DataManagement


Ignore:
Timestamp:
Feb 8, 2011 3:49:50 PM (13 years ago)
Author:
laurent
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DataManagement

    v1 v2  
    5050 * Lane-level files should be named using: ''step_id.step_name.sample_name.lane_name.genome_build.time_stamp.extension''
    5151   * Ex: A bam file for the lane FC20005_L1 of the sample A2a produced by the step pe03 (step 3 of paired-end alignment) with the tool BWA sampe using genome build human_g1k_v37 on a  run that begun on February 1st 2011 at 12:00 should be named: ''pe03.bwa_sampe.A2a.FC20005_L1.human_g1k_v37.2011_02_12_00.bam''
     52 * Log file names should correspond to their output counterparts and have the .log extension.
     53   * Ex: log file for the vcf sample-level step above should be: ''vc02.unified_genotyper.A2a.human_g1k_v37.2011_02_01_12_00.log''
     54   * Ex: log file for the bam lane-level step above should be: ''pe03.bwa_sampe.A2a.FC20005_L1.human_g1k_v37.2011_02_12_00.log''
     55
     56== Logging ==
     57The logging strategy is currently under development but will be composed of both file logs and database entries in a Molgenis platform. The status is described below.
     58
     59=== Log Files ===
     60 * At each step of the pipeline a single log is produced and contains:
     61   * PBS out and err
     62   * Tool out and err
     63   * Other tool-produced log where applicable
     64 * For log file naming, see section above.
     65
     66=== Molgenis ===
     67The Molgenis