Skip to content

Commit e442e4d

Browse files
committed
merge_pg_results.py allowing for reference fasta
1 parent 2d65263 commit e442e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tcdo_pg_tools/merge_pg_results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def merge_pg_results(input_csv, info_table, merged_fasta, upset, upset_path, uni
9090
unique_proteins = list(philosopher_dat["Protein"])
9191
seqdat = seqdat[seqdat["protein"].isin(unique_proteins)]
9292
else:
93-
f"no protein tsv file provided for sample/condition: {sample}/{condition}"
93+
print(f"no protein tsv file provided for sample/condition: {sample}/{condition}")
9494
no_quant.append(sample)
9595
# append sample to dataframe
9696
protein_dat = pd.concat([protein_dat, seqdat])

0 commit comments

Comments
 (0)