-
Notifications
You must be signed in to change notification settings - Fork 35
Description
- spladder version: last (I guess)
- Python version: 3.9
- Operating System: Ubuntu
I installed spladder by the command pip install spladder under conda environment with python 3.9 since under an environment with python 2 it returned me dependence errors.
I'm trying to analyze the splicing variant in a mus musculus cell line, I downloaded the GTF reference (from ensembl).
I run the following command
spladder build --parallel 2 --output-txt-conf --output-gff3-conf -o ./Panc02_test_2 -b Panc02_input/uniqueTUMOR_sorted.bam -a ../Mus_musculus.GRCm38.102.chr_mod.gtf -c 3
The following files were generated in few hours:
genes_graph_conf3.merge_graphs.count.hdf5
genes_graph_conf3.merge_graphs.gene_exp.hdf5
genes_graph_conf3.merge_graphs.pickle
genes_graph_conf3.uniqueTUMOR_sorted.pickle
But the splicing variant files hdf5 were not generated even if I waited two days.
I run also the example test as following:
spladder build --parallel 2 --output-txt-conf --output-gff3-conf -o ./test_spladder -b input_spladder_test/testcase_events_1_sample1.bam -a input_spladder_test/testcase_events_spladder.gtf
and this was fine.
Similar to cell line test I performed a run on human sample by using the GTF reference downloaded from ensemble, but I gained the same problem.
Is there something that I wrong? Why the computation time is so long?
Thanks in advance for you availability.
Elisa