| 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 == |
| 57 | The 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 === |
| 67 | The Molgenis |