Loading teGreedyNester_installation.py +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
teGreedyNester_installation.py +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading