Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pileup issue #19

Open
cnk113 opened this issue Mar 17, 2022 · 6 comments
Open

pileup issue #19

cnk113 opened this issue Mar 17, 2022 · 6 comments

Comments

@cnk113
Copy link

cnk113 commented Mar 17, 2022

Hello,

I was trying to run pileup however I when I remove the --chromosomes it throws an error that I need to set it.
When I do set it get this error

[2022-03-17 13:16:25.009] [secedo] [info] Found 3 input files in 'MG2/'
[2022-03-17 13:16:25.010] [secedo] [trace] Allocating data structures...
[2022-03-17 13:16:27.047] [secedo] [warning] Could not jump to chromosome 0, position 0 in file "MG2/mg2_appended.bam"  ]   0.0%, 0/249
pileup: /home/chang/secedo/pileup.cpp:74: bool read_bam_file(uint16_t, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, BamTools::BamReader&, std::ofstream&, std::vector<std::vector<CellData> >*, std::vector<std::atomic<short unsigned int> >*, std::unordered_map<std::__cxx11::basic_string<char>, long unsigned int>*, std::atomic<long unsitd::vector<std::vector<CellData> >*, std::vector<std::atomic<shgned int>*): Assertion `al.IsProperPair()' failed.
Aborted (core dumped)
@danieldanciu
Copy link
Collaborator

danieldanciu commented Mar 18, 2022 via email

@danieldanciu
Copy link
Collaborator

danieldanciu commented Mar 21, 2022 via email

@cnk113
Copy link
Author

cnk113 commented Mar 22, 2022

I see, the index is already in the dir.
However I wanted to clarify if the input bam file can be a single one for multiple cells, where the cells are indicated by the CB BAM tag?
Or does all cells have to be split in individual bam files?

@danieldanciu
Copy link
Collaborator

danieldanciu commented Mar 22, 2022 via email

@danieldanciu
Copy link
Collaborator

danieldanciu commented May 26, 2022 via email

@IamksGEEK
Copy link

Hello
I think Assertion al.IsProperPair()' failed` is caused by unfiltered data which include read pair which is not proper paired. You should filter your bam file with -f 524 first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants