Skip to content

Commit 8e472d8

Browse files
committed
debug: add debug print statement
1 parent 26e4cf9 commit 8e472d8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

workflow/scripts/join_fusion_partner.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ def join_short_obs(df, samples):
8787
)
8888
paired_fusions = paired_fusions.filter(regex="^(?!mateid|id)")
8989

90+
print(snakemake.input["varlociraptor"])
91+
print(snakemake.input["arriba"])
9092
# From this file, we bring back useful arriba annotations for the final
9193
# datavzrd table for the report.
9294
annotated_candidates = pd.read_csv(

0 commit comments

Comments
 (0)