We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
epic -t ChIPseq_H3K9me2.bed -c ChIPseq_input.bed -gn rn6 > dir/output.txt
Sorry, something went wrong.
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 .
— 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 .
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: