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

cant find 'tmp_unsortedNoChrM' #33

Closed
FranziMe opened this issue Oct 11, 2016 · 2 comments
Closed

cant find 'tmp_unsortedNoChrM' #33

FranziMe opened this issue Oct 11, 2016 · 2 comments
Assignees
Labels

Comments

@FranziMe
Copy link

FranziMe commented Oct 11, 2016

Hi,
I am running DCC on an organism without an annotated mitochondrial chromosome. It does not matter if I run DCC with -M or not, it also breaks with -k and not, as well as -t and without. I tried various combinations of the flags and I always get the same error:

Traceback (most recent call last): File "/beegfs/group_dv/home/FMetge/home/circRNA/DCC/version.0.4.4/DCC-0.4.4/DCC/main.py", line 782, in <module> main() File "/beegfs/group_dv/home/FMetge/home/circRNA/DCC/version.0.4.4/DCC-0.4.4/DCC/main.py", line 356, in main options.tmp_dir + "tmp_unsortedNoChrM") OSError: [Errno 2] No such file or directory
Here are the versions of the python packages I am using

numpy.version
'1.9.2'
pysam.version
'0.9.1'
pybedtools.version
'0.6.9'

Do you have any recommendations how to fix this?

slurm-365873.txt
DCC-2016-10-07_11-05.txt

@tjakobi tjakobi self-assigned this Oct 12, 2016
@tjakobi tjakobi added this to the DCC version 0.4.5 milestone Oct 12, 2016
@tjakobi tjakobi added the bug label Oct 12, 2016
@tjakobi
Copy link
Contributor

tjakobi commented Oct 18, 2016

Problem occurs when no -R (repetitive region file) is not supplied. In this case the file tmp_unsortedWithChrM is never created, therefore the following steps are failing regardless of the -M or any other flags.

@tjakobi
Copy link
Contributor

tjakobi commented Oct 18, 2016

-F has also to be specified, of course. Without -F none of the filtering flags is used at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants