Validate fastq files in both phred33 & phred64 versions
authorDiane Trout <diane@caltech.edu>
Mon, 9 May 2011 21:52:04 +0000 (14:52 -0700)
committerDiane Trout <diane@caltech.edu>
Mon, 9 May 2011 21:52:04 +0000 (14:52 -0700)
commit5eaabe17d8c4c780cf989da0e837b800d46d1674
tree5c9325e25100cdfa47966188851d6c472e91a6dc
parentec24a6e984345b26f7038f3e1b11bf1c2fb482f7
Validate fastq files in both phred33 & phred64 versions
Do not validate some imaginary fasta/fastq hybrid that I imagined
late some night.

I needed to add a parameter to pick which fastq format is in use.
htsworkflow/settings.py [new file with mode: 0644]
htsworkflow/util/test/test_validate.py
htsworkflow/util/validate.py
settings.py [deleted file]