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

Doubts when using mash on multiple assemblies #173

Open
alanxelena opened this issue May 4, 2022 · 1 comment
Open

Doubts when using mash on multiple assemblies #173

alanxelena opened this issue May 4, 2022 · 1 comment

Comments

@alanxelena
Copy link

alanxelena commented May 4, 2022

Hi!

I am trying a GWAS tutorial (https://pyseer.readthedocs.io/en/master/tutorial.html) which starts by using mash on multiple fasta files which correspond to assemblies. This tutorial has downloadable content which contains a single mash sketch. I don't know if I am using mash sketch correctly but I get a single sketch file for each assembly. Is there a way to merge every sketch into a single file? or why am I getting a single mash file from the tutorial?
I am not able to read the .msh contents so I am not sure what is inside this pre computed file.

Any help would be really appreciated!

@alanxelena alanxelena changed the title Problem with mash. can't read file Doubts when using mash on multiple assemblies May 5, 2022
@kalebabram
Copy link

kalebabram commented Oct 5, 2022

If you use mash paste you can provide a text file with the file path of each individual sketch on a separate line.

For example you could run:
mash paste my_concat_sketch -l /fp/to/list/of/sketch/fps

As to the "not able to read the .msh contents" use mash info my_sketch.msh to get a summary of what is contained in the sketch.

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

2 participants