Skip to content

Commit

Permalink
Changed Paths
Browse files Browse the repository at this point in the history
  • Loading branch information
basti committed Dec 4, 2018
1 parent f8a339e commit a53aa72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/Modules/ucsc/ucsc.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class UcscGtf:
def __init__(self, org, wd):
self.organism_id = self.get_organism_id(org)
self.link = "http://hgdownload.soe.ucsc.edu/gbdb/"+self.organism_id+"/ncbiRefSeq/refSeqFuncElems.bb"
self.output = os.path.join(wd,"/UCSCData/"+self.organism_id+".bed")
self.output = os.path.join(wd, "/UCSCData/"+self.organism_id+".bed")
self.path_to_bin = os.path.join(wd, "/Modules/ucsc/bigBedToBed")
print("Getting UCSC Data")
self.generate_gff_file()
Expand Down

0 comments on commit a53aa72

Please sign in to comment.