In galaxy, I am given a BAM and BAI file. Does galaxy implement the sorting and index function that I would need to run through SAMtools if ran from the command line? Or does the galaxy HISAT2 output BAM file need to then be sorted and indexed with SAMtools for use in StringTie?
Heads up! This is a static archive of our support site. Please go to help.galaxyproject.org if you want to reach the Galaxy community. If you want to search this archive visit the Galaxy Hub search
Question: HISAT2 Output in Galaxy vs Command Line
0
sdbaney • 10 wrote:
ADD COMMENT
• link
•
modified 3 months ago
by
Jennifer Hillman Jackson ♦ 25k
•
written
3 months ago by
sdbaney • 10
0
Jennifer Hillman Jackson ♦ 25k wrote:
Hello,
The Galaxy HISAT2 wrapper coordinate sorts the BAM output.
You should be able to both use that output with other Galaxy wrapped tools or download both the bam
and bai
for use with other tools (command-line, browsers, etc).
If for some reason a command-line tool does complain about BAM sorting (perhaps from some older mapper of Galaxy version), then yes, you should try re-sorting line command with SAMtools to see if that resolves the issue as the first pass solution (would be unexpected, but the quickest way forward).
For larger BAM outputs, try using curl
or wget
. How-to is covered in the Galaxy FAQs: https://galaxyproject.org/support/ > Downloading Data https://galaxyproject.org/support/download-data/
Thanks! Jen, Galaxy team
Please log in to add an answer.
Use of this site constitutes acceptance of our User
Agreement
and Privacy
Policy.
Powered by Biostar
version 16.09
Traffic: 176 users visited in the last hour