Hi everyone,
I am trying to convert the SAM file to tabular ?? Does anybody know?
Is there any way to open SAM file in excel?
many thanks in advance
Hi everyone,
I am trying to convert the SAM file to tabular ?? Does anybody know?
Is there any way to open SAM file in excel?
many thanks in advance
Hello,
SAM datasets are already in tabular format. SAM is a more specific datatype assignment (header and column metadata is recognized).
Many tools that accept tabular format within Galaxy will accept SAM format directly. Others will require that the header is removed first. And certain others will require that both the header is removed and the datatype assignment is changed to be "tabular".
If the header is removed and the dataset is downloaded, it can be imported into Excel on your local computer as tabular data. If needed, change the file extension after downloaded to be ".txt" and make sure Excel knows that the imported data is in tabular format (not csv, etc).
To remove the header, there are a few options. These are the most direct:
To change the datatype:
Best, Jen, Galaxy team