Commit ec377525 authored by Pavel Jedlicka's avatar Pavel Jedlicka
Browse files

Update teGreedyNester_installation.py

parent 83876235
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -145,7 +145,7 @@ def getPaths(path2LtrFinder):
                              path2tRNA)
                    out.write(lNew)
                elif "/path/to/nested/nested/config/gt.style" in l:
                    lNew = l.replace("/home/xvanat/nested/nested/config/gt.style", path2style)
                    lNew = l.replace("/path/to/nested/nested/config/gt.style", path2style)
                    out.write(lNew)
                elif "path/to/repository/dbs/gydb_arh_chdcr/gydb_arh_chdcr.fa" in l:
                    lNew = l.replace("path/to/repository/dbs/gydb_arh_chdcr/gydb_arh_chdcr.fa", path2db)