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

pileup output both bedMethyl and bedGraph #204

Closed
Ge0rges opened this issue Jun 11, 2024 · 2 comments
Closed

pileup output both bedMethyl and bedGraph #204

Ge0rges opened this issue Jun 11, 2024 · 2 comments

Comments

@Ge0rges
Copy link

Ge0rges commented Jun 11, 2024

Hi Arthur,

I was wondering if I pass --bedgraph to modkit pileup can I get both the bedMethyl and the bedGraph out or must I redo the computation?

@ArtRand
Copy link
Contributor

ArtRand commented Jun 11, 2024

@Ge0rges

I advise people to make a bedGraph from the bedMethyl, it's relatively easy to do with awk or similar - don't re-do the computation.

awk -v OFS="\t" '{print $1, $2, $3, $11, $10}' ${bedmethyl}

@Ge0rges
Copy link
Author

Ge0rges commented Jun 11, 2024

Thanks for that.

@Ge0rges Ge0rges closed this as completed Jun 11, 2024
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