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

chr problem #3

Open
KailiBio opened this issue Jul 20, 2018 · 4 comments
Open

chr problem #3

KailiBio opened this issue Jul 20, 2018 · 4 comments

Comments

@KailiBio
Copy link
Contributor

I found a problem while I running IDEAS on only one chr.
If we run IDEAS on several chr(for expample, chr1 & chr2), they will get output like "run_IDEAS.chr1.para" & "run_IDEAS.chr2.para" and everything is OK. But when I run IDEAS on file contains only one chr1 (for expample, chr1 only), the output file is "run_IDEAS.para" and on the following step it try to find file named "run_IDEAS.chr1.para"...

Error report like this:
Calls: createHeatmap -> read.table -> file
In addition: Warning message:
In file(file, "rt") :
cannot open file '/data/zusers/fankaili/ideas/test/run_IDEAS_result_chr1/run_IDEAS_chr1.chr1.para': No such file or directory
Execution halted

I guess there is some file name issue there.

@yuzhang123
Copy link
Collaborator

yuzhang123 commented Jul 20, 2018 via email

@guanjue
Copy link
Owner

guanjue commented Jul 20, 2018

Did you change the IDEAS_job_name name in the 'run_IDEAS.sh' file?
IDEAS_job_name=run_IDEAS

Guanjue

@guanjue
Copy link
Owner

guanjue commented Jul 20, 2018

Besides, I wonder if there is a file named as /data/zusers/fankaili/ideas/test/run_IDEAS_result_chr1/run_IDEAS.para0 in your output folder

If there is you can generate the heatmap by the following command without rerun the whole thing.
time Rscript bin/get_heatmap.R run_IDEAS_result_chr1/run_IDEAS.para0 FALSE bin/createGenomeTracks.R

@KailiBio
Copy link
Contributor Author

I did change the name in 'run_IDEAS.sh' file, but thatis perfectly match all of my file. The problem is it generate 'name.chr*.para' file normally. When you give it the bed file with only one chr, it just generate 'name.para' but also try to find 'name.chr*.para' in the following step. So what I think is the '.chr*' issue.

Yeah, they did generate 'para0' file. I will try to make figures by that, thanks!

Kaili

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