In the current version of perbase in the recount-unify docker image (v 1.1.1), it seems to crash if there are too many chromosomes.
I'm trying to get monorail working for zebrafish, and the current primary assembly has 993 chromosomes. Add in the 99 from ERCC and SIRV, and it pushes it out 1092.
When the merged junctions step runs, right around chromosome # 1032, there is sequence spit out into the .err file, and it crashes and halts the process.
I'm almost certain this is the issue, because after I trim down to the 25 primary chromosomes, and run through everything again, the junction step runs without errors. And the chromosome where the errors occur is one of the ERCC ones, not any of the zebrafish ones.
In the current version of
perbasein the recount-unify docker image (v 1.1.1), it seems to crash if there are too many chromosomes.I'm trying to get monorail working for zebrafish, and the current primary assembly has 993 chromosomes. Add in the 99 from ERCC and SIRV, and it pushes it out 1092.
When the merged junctions step runs, right around chromosome # 1032, there is sequence spit out into the .err file, and it crashes and halts the process.
I'm almost certain this is the issue, because after I trim down to the 25 primary chromosomes, and run through everything again, the junction step runs without errors. And the chromosome where the errors occur is one of the ERCC ones, not any of the zebrafish ones.