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

where "chr1_before_find_islands.csv" file comes from? #70

Closed
zhenyisong opened this issue Feb 11, 2018 · 2 comments
Closed

where "chr1_before_find_islands.csv" file comes from? #70

zhenyisong opened this issue Feb 11, 2018 · 2 comments

Comments

@zhenyisong
Copy link

I installed the local version epic through bioconda. However, when task was competed, there was a file named "chr1_before_find_islands.csv" which was created along with expected cvs files. Here is my shell snippet:

    macs2 callpeak --treatment ${treat} --control ${control} \
          --format BAM --gsize mm --name ${base} --bdg --qvalue 0.01

here is the excerpt of this file ("chr1_before_find_islands.csv")

 Chromosome Bin ChIP Input Score
28 chr1 3007400 6 5.0 2.43113976041
134 chr1 3035800 6 4.0 2.43113976041
174 chr1 3046800 6 1.0 2.43113976041
177 chr1 3047400 6 3.0 2.43113976041

I am confused about this unwanted file. It seems that the run_epic.py will output this file. (at line 60)

dfs[0].to_csv("chr1_before_find_islands.csv", sep=" ")

Will you please clarify this chr1 output? Or it is just the temporary file and can be neglected whatever. Or the error message we should take care and tune the parameter in the command line?

@endrebak
Copy link
Member

endrebak commented Feb 11, 2018 via email

@endrebak
Copy link
Member

This is fixed in 2.9 which is out on pypi but not bioconda yet. Will add it now :)

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