using psmc on msprime output #2179
-
To run msprime output through psmc, I need to produce that output either in fastq format or in psmc's psmcfa format. Are there examples of how to do this? Thanks, Alan |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
No, I'm afraid not. The simplest approach is probably to output to vcf or FASTA and convert from there? |
Beta Was this translation helpful? Give feedback.
-
There's some code to do this in the xsmc repository that should be very easy to pull out and use. https://github.com/terhorst/xsmc/blob/e0f0e558590f4b10bd1eef45567c10afc34dde43/xsmc/supporting/mspsmc.py#L38-L54 |
Beta Was this translation helpful? Give feedback.
There's some code to do this in the xsmc repository that should be very easy to pull out and use. https://github.com/terhorst/xsmc/blob/e0f0e558590f4b10bd1eef45567c10afc34dde43/xsmc/supporting/mspsmc.py#L38-L54