From ab3a94b30189aecaf630492c70c6418e6999fc45 Mon Sep 17 00:00:00 2001 From: "A. Fust" Date: Wed, 9 Jan 2019 16:53:18 +0100 Subject: [PATCH] Update output.rst --- docs_rst/output.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_rst/output.rst b/docs_rst/output.rst index fef59bf..637e6c1 100644 --- a/docs_rst/output.rst +++ b/docs_rst/output.rst @@ -10,7 +10,7 @@ File overview - **finalhits.txt**: Filtered output table, it reports the best (closest) feature according to the config criteria for each peak. If multiple queries are given, it reports the best annotation taking multiple queries into account. -- **finalhits.bed**: Similar tp finalhits.txt in bed format. This means there is no header, the column order is as followed: peak_chr peak_start peak_end peak_id peak_strand peak_score feature feat_start feat_end feat_strand feat_anchor distance genomic_location + all attributes that are given in the config file +- **finalhits.bed**: Similar tp finalhits.txt in bed format. This means there is no header, the column order is as followed: peak_chr peak_start peak_end peak_id peak_strand peak_score feature feat_start feat_end feat_strand feat_anchor distance genomic_location **+ all attributes that are given in the config file** - **besthits.txt**: This table is only produced if more than one query is given. It reports the best annotation per query for each peak.