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

Clipper does not output anything #117

Open
ramirobarrantes opened this issue May 29, 2024 · 0 comments
Open

Clipper does not output anything #117

ramirobarrantes opened this issue May 29, 2024 · 0 comments

Comments

@ramirobarrantes
Copy link

I am trying to run Clipper, I am just using a small test bam (attached: test.zip
) but when I run it clipper just ends with no bed file as output. Do you understand why that could be? I just do:

(env_nf) bash-4.2$ singularity exec docker://brianyee/clipper:5d865bb  clipper --species=hg19 --bam=test1_signal.bam --outfile=test1_signal.clip.peakClusters.bed -v
singularity exec docker://brianyee/clipper:5d865bb  clipper --species=hg19 --bam=test1_signal.bam --outfile=test1_signal.clip.peakClusters.bed -v
INFO:    Using cached SIF image
{'bam': 'test1_signal.bam', 'species': 'hg19', 'outfileF': 'test1_signal.clip.peakClusters.bed', 'gene': None, 'minreads': 3, 'poisson_cutoff': 0.05, 'use_global_cutoff': True, 'FDR_alpha': 0.05, 'binom': 0.05, 'threshold': None, 'maxgenes': None, 'np': 'autodetect', 'plotit': False, 'verbose': True, 'quiet': False, 'save_pickle': False, 'debug': False, 'max_gap': 15, 'timeout': None, 'premRNA': True, 'gtfFile': None, 'method': 'binomial', 'SloP': True, 'bonferroni_correct': True, 'algorithm': 'spline', 'reverse_strand': False, 'max_width': 75, 'min_width': 50}
(env_nf) bash-4.2$

It just runs for more than 2hours and then stops. I have run it successfully in the past, not sure if this dataset is too small? How can I figure out the problem?

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

1 participant