Skip to content

Commit 7dc8824

Browse files
committed
small updates to track items
1 parent bf4aaac commit 7dc8824

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

build/pancpdo/03-getPancPDODrugs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
import pandas as pd
22
import os
33
import argparse
4-
4+
import synapseclient
55

66

77

88
###figshare link:
99

1010
filelink='https://aacr.figshare.com/ndownloader/files/39996295'
11+
synid = 'syn64333325'
1112
##get third tab and drugsa re listeda cross top
1213

1314

build/pancpdo/04-getPancPDOExperiments.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
import pandas as pd
44
import wget
55
import argparse
6-
6+
import synapseclient
77

88

99
def main():
1010
##current AUC values are here: https://aacr.figshare.com/ndownloader/files/39996295 tabs 2 and 3
1111
parser = argparse.ArgumentParser()
12+
13+
rawdata = 'syn64333325'

0 commit comments

Comments
 (0)