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

How to direct output to a file #37

Closed
abhisheksinghnl opened this issue Aug 12, 2016 · 2 comments
Closed

How to direct output to a file #37

abhisheksinghnl opened this issue Aug 12, 2016 · 2 comments

Comments

@abhisheksinghnl
Copy link

abhisheksinghnl commented Aug 12, 2016

Hi,

Strangely, I cannot save the output file.

I cannot even find a parameter that says something on naming output file :(

The output just displays on screen

How can I direct the output to files.

The command that I am using is

epic -t ChIPseq_H3K9me2.bed -c ChIPseq_input.bed -gn rn6

Thank you in advance.

@abhisheksinghnl abhisheksinghnl changed the title I cannot save the output file How to direct output to a file Aug 12, 2016
@ksiklenka
Copy link

epic -t ChIPseq_H3K9me2.bed -c ChIPseq_input.bed -gn rn6 > dir/output.txt

@endrebak
Copy link
Member

You can use the redirection operator ">" like so:

epic -t ChIPseq_H3K9me2.bed -c ChIPseq_input.bed -gn rn6 > yourfile.csv
It is great that you asked about this, I should add a note in the docs.

On Fri, Aug 12, 2016 at 2:41 PM, abhisheksinghnl notifications@github.com
wrote:

Hi,

Strangely, I cannot save the output file.

I cannot even find a parameter that says something on naming output file :(

The output just displays on screen

How can I direct the output to files.

The command that I am using is

epic -t ChIPseq_H3K9me2.bed -c ChIPseq_input.bed -gn rn6

Thank you in advance.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#37, or mute the thread
https://github.com/notifications/unsubscribe-auth/AQ9I0tQnKYLSuSexmmie5hi7Q6_kGPOpks5qfGnqgaJpZM4JjC9o
.

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

3 participants