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

[Question]: macs2 callpeak outputs - narrowPeak vs broadPeak #318

Closed
tamuanand opened this issue Jul 23, 2023 · 2 comments
Closed

[Question]: macs2 callpeak outputs - narrowPeak vs broadPeak #318

tamuanand opened this issue Jul 23, 2023 · 2 comments

Comments

@tamuanand
Copy link

Hi,

I have a question on this line of code here

tuple val(meta), path("*.{narrowPeak,broadPeak}"), emit: peak

output:
tuple val(meta), path("*.{narrowPeak,broadPeak}"), emit: peak

If I am correct, this means that both *.narrowPeak and *.broadPeak are mandatory outputs expected by the process.

As far as I know, macs2 callpeak will only generate one or the other

  • with --broad it will generate *_peaks.broadPeak file
  • if you do not specify --broad, then it will generate *_peaks.narrowPeak

Am I missing anything?

@chlazaris
Copy link

@tamuanand It generates either, not both

@tamuanand
Copy link
Author

Thanks @chlazaris

This issue was closed.
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