Skip to content

aggregate bedgraph keeps being killed #127

Open
@astrovsky01

Description

I'm running the command

clodius aggregate bedgraph data/bedgraph_chrx_2e6_5e6.bg.bedgraph.sorted --output-file data/bedgraph_chrx_2e6_5e6.bg.bedgraph.out --chromosome-col 1 --from-pos-col 2 --to-pos-col 3 --value-col 4 --assembly hg19 --nan-value NA --chromsizes-filename negspy/negspy/data/hg19/chromSizes.tsv

and it appears to start up properly every time:

output file: data/bedgraph_chrx_2e6_5e6.bg.bedgraph.out
assembly_size: 3095693983
assembly: hg19
assembly size (max-length) 3095693983
max-width 4294967296
max_zoom: 22
chunk-size: 16777216
chrom-order [b'chr1' b'chr2' b'chr3' b'chr4' b'chr5' b'chr6' b'chr7' b'chr8' b'chr9'
 b'chr10' b'chr11' b'chr12' b'chr13' b'chr14' b'chr15' b'chr16' b'chr17'
 b'chr18' b'chr20' b'chr19' b'chr21' b'chr22' b'chrX' b'chrY' b'chrM']

But then it just returns "killed" and exits. How do I fix this/tell what is going wrong?

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