From ecbae0213ccd08754ae690b00103f62db589664f Mon Sep 17 00:00:00 2001
From: aknecht2 <aknecht2@unl.edu>
Date: Thu, 13 Apr 2017 13:30:44 -0500
Subject: [PATCH] Fixed bad markup in get_all_files()

---
 chipathlon/genome.py | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/chipathlon/genome.py b/chipathlon/genome.py
index da5e4be..c5edd6b 100644
--- a/chipathlon/genome.py
+++ b/chipathlon/genome.py
@@ -82,9 +82,10 @@ class Genome(object):
 
     def get_all_files(self):
         """
-        :returns: A list of all files:  The base file, the chromsome sizes
-        file, all additional genome indices, and all individual chromosme
-        fasta files.
+        :returns: A list of all files.
+
+        The base file, the chromsome sizes file, all additional genome indices,
+        and all individual chromosme fasta files.
         """
         return [self.get_base_file(), self.get_chrom_sizes()] + self.get_additional_files() + self.get_chr_fasta_files()
 
-- 
GitLab