BIMSBbioinfo / pigx_bsseq

bisulfite sequencing pipeline from fastq to methylation reports
https://bioinformatics.mdc-berlin.de/pigx/
GNU General Public License v3.0
9 stars 4 forks source link

treatment groups have to be in quotes #146

Closed alexg9010 closed 4 years ago

alexg9010 commented 5 years ago

Right now we have to quote our treatment values, even if they are only digits. This is definitely related to #80 , but can probably be fixed easier.

## does not work
 treatment-groups:
      - [0,1]
## works
 treatment-groups:
      - ['0','1']