Skip to content

Commit

Permalink
Merge pull request #35 from ENCODE-DCC/CHK-58-add-idr-ranked-peak
Browse files Browse the repository at this point in the history
CHK-58-add-idr-ranked-peak
  • Loading branch information
gabdank authored Jun 22, 2020
2 parents 353d9ca + 20b372e commit 5286e40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions checkfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ def check_format(encValData, job, path):
('bigBed', 'idr_peak'): ['-type=bigBed6+', chromInfo, '-as=%s/as/idr_peak.as' % encValData],
('bed', 'tss_peak'): ['-type=bed6+', chromInfo, '-as=%s/as/tss_peak.as' % encValData],
('bigBed', 'tss_peak'): ['-type=bigBed6+', chromInfo, '-as=%s/as/tss_peak.as' % encValData],
('bed', 'idr_ranked_peak'): ['-type=bed6+14', chromInfo, '-as=%s/as/idr_ranked_peak.as' % encValData],


('bedpe', None): ['-type=bed3+', chromInfo],
Expand Down

0 comments on commit 5286e40

Please sign in to comment.