Skip to content

Commit

Permalink
fix: remove exomdepth output =1
Browse files Browse the repository at this point in the history
  • Loading branch information
elleira authored Aug 21, 2023
1 parent db1197e commit 8556e33
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion workflow/scripts/exomedepth_export.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ cnv_call_df <- data.frame(
)

if (length(all.exons@CNV.calls) > 0) {


# for compatability with alissa remove rows where there is no-change (reads.ratio == 1)
cnv_call_df <- cnv_call_df[cnv_call_df$reads.ratio != 1, ]

# Create Nexus SV format text file
nexus <- c("id", "reads.ratio")
nexus_df <- cnv_call_df[nexus]
Expand Down

0 comments on commit 8556e33

Please sign in to comment.