Skip to content

Commit 3b9cd34

Browse files
bug fix with mmc2.xlsx
1 parent 8399541 commit 3b9cd34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/crc_organoids/02-omics-crcPDO.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def map_copy_number(copy_number_data, improve_id_data, entrez_data):
226226
if args.parse:
227227
print("Parsing excel file.")
228228
# Download parse excel file to get mutation data and the copy num data
229-
mutation_df, copy_num_df = parse_mmc2("/tmp/mmc2.xlsx/mmc2.xlsx")
229+
mutation_df, copy_num_df = parse_mmc2("/tmp/mmc2.xlsx")
230230
# Save mutation and copy number data into csv format
231231
mutation_df.to_csv("/tmp/mutation_data.csv")
232232
copy_num_df.to_csv("/tmp/copy_num_data.csv")

0 commit comments

Comments
 (0)