Skip to content

Empty counts files #69

@renberg

Description

@renberg

I got the pipeline to work with a previous set of sequencing data but now it is finishing with the following error message, and leaving empty count files in the outputs folder. All that I've changed is the data directory, and an updated experiment.csv file to account for the new data. Any idea where the breakdown might be occurring?

Thanks!

executor >  slurm (36)
[e3/8f8bd3] process > create_BAM (make idx)    [100%] 6 of 6 ✔
[f4/661ab1] process > raw_counts (6)           [100%] 6 of 6 ✔
[bd/e76751] process > filter_counts (6)        [100%] 6 of 6 ✔
[01/6d0d95] process > final_counts (6)         [100%] 6 of 6 ✔
[81/009046] process > dna_rna_merge_counts (3) [100%] 3 of 3 ✔
[50/f5d719] process > dna_rna_merge (3)        [100%] 3 of 3 ✔
[5d/ccf914] process > calc_correlations (2)    [  0%] 0 of 3
[61/5f2759] process > make_master_tables (2)   [ 66%] 2 of 3
Error executing process > 'calc_correlations (1)'

Caused by:
  Process `calc_correlations (1)` terminated with an error exit status (1)

Command executed:

  Rscript /home/~~~~~/MPRAflow/src/plot_perInsertCounts_correlation.R 36CRS_1 NA 10 36CRS_1_1_counts.tsv 1

Command exit status:
  1

Command output:
                    File Replicate Condition
  1 36CRS_1_1_counts.tsv         1   36CRS_1
  [1] "hist"
  [1] name      dna_count rna_count ratio     log2      n_obs_bc 
  <0 rows> (or 0-length row.names)
  logical(0)

Command error:
  
  Attaching package: ‘dplyr’
  
  The following objects are masked from ‘package:stats’:
  
      filter, lag
  
  The following objects are masked from ‘package:base’:
  
      intersect, setdiff, setequal, union
  
  Error in hist.default(as.numeric(data1$n_obs_bc), breaks = 100, xlim = c(0,  : 
    character(0)
  Calls: hist -> hist.default
  In addition: Warning messages:
  1: In min(x) : no non-missing arguments to min; returning Inf
  2: In max(x) : no non-missing arguments to max; returning -Inf
  Execution halted

Work dir:
  /home/~~~~~/MPRAflow/work/45/d569c5d4c05016cf996063983a9986

Tip: you can try to figure out what's wrong by changing to the process work dir and showing the script file named `.command.sh`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions