6 months ago by
United States
Hello,
The SAM datatype is a version of tabular formatted data.
Or, you can convert SAM/BAM data to an interval datatype with the tool NGS: SAMtools: Convert SAM to interval. Interval is also a more specific version of tabular data.
Datatype FAQ: https://galaxyproject.org/learn/datatypes/
Excel will accept any tabular data as an input (with limits on the number of lines). I'm not sure about Bioedit -- I haven't used it and the expected input formats are not clearly stated on the tool's website. You'll need to review the tool documentation/support to find out what data it works with.
There are many other tools to manipulate data within Galaxy if you need to rearrange before downloading. Start with those under the group Text manipulation. Or, you can download it first, then manipulate the data locally line command.
If you need a SAM dataset without a header, you can remove that with a command-line text editor once downloaded (most SAM datasets will probably be too large for Excel use directly), or if you have the BAM version, use NGS: SAMtools: BAM-to-SAM and output excluding the header, then download.
Galaxy tutorials: https://galaxyproject.org/learn/
Support FAQs: https://galaxyproject.org/support/
Thanks! Jen, Galaxy team