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

ERROR: No available bam files. #98

Open
RaghdaKailany opened this issue May 13, 2024 · 2 comments
Open

ERROR: No available bam files. #98

RaghdaKailany opened this issue May 13, 2024 · 2 comments
Labels

Comments

@RaghdaKailany
Copy link

RaghdaKailany commented May 13, 2024

Hi, I am having hard time because it keeps giving me this error. I am sure about the paths for the bam files and I have tried it different ways and paths but still giving me this error. If you can please help me.

(base) raghdakailany@raghdas-air rmats-setup % ./ggsashimi.py
-b /Users/raghdakailany/Desktop/nep_data/wm/wm1.bam,/Users/raghdakailany/Desktop/nep_data/wm/wm2.bam,/Users/raghdakailany/Desktop/nep_data/wm/wm3.bam,/Users/raghdakailany/Desktop/nep_data/67m/67m1.bam,/Users/raghdakailany/Desktop/nep_data/67m/67m2.bam,/Users/raghdakailany/Desktop/nep_data/67m/67m3.bam
-c 3L:19,791,935-19,800,979
-o ~/Desktop/plots/my_sashimi_plot
-g /Users/raghdakailany/Desktop/nep_data/dmel-all-r6.56.gtf
-s sense
--shrink
-F png
--width 8
--height 6
--ann-height 1.5
--base-size 12
--min-coverage 5
--alpha 0.7
--out-strand both
--labels 2
--overlay 3
--aggr mean
--color-factor 4
--fix-y-scale
--out-resolution 300

ERROR: No available bam files.

@jaempawi
Copy link

I would advise you to create tsv file for input bam as in the example. Make sure you have the full path to your bam file and bai file in the same directory.

@NextGenSeek
Copy link

I had the same problem at first. You have to enter -b for every bam file

ggsashimi.py -b file1.bam -b file2.bam -c genome_file -o output

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

No branches or pull requests

3 participants