sstadick / perbase

Per-base per-nucleotide depth analysis
MIT License
115 stars 13 forks source link

base-depth panicked with a 3-column BED file #41

Closed nh13 closed 2 years ago

nh13 commented 2 years ago

Output:

...
thread '<unnamed>' panicked at 'Parsed BED to intervals: CSV deserialize error: record 0 (line: 1, byte: 0): invalid length 3, expected a tuple of size 4

Caused by:
    invalid length 3, expected a tuple of size 4', /Users/distiller/project/miniconda/conda-bld/perbase_1626311021787/work/src/lib/par_granges.rs:166:30
stack backtrace:
   0: _rust_begin_unwind
   1: core::panicking::panic_fmt
   2: core::result::unwrap_failed
   3: perbase_lib::par_granges::ParGranges<R>::process::{{closure}}::{{closure}}
   4: <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute
   5: rayon_core::registry::WorkerThread::wait_until_cold
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

Version:

$ perbase --version
perbase 0.7.3