-
Notifications
You must be signed in to change notification settings - Fork 20
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
Single end reads and function checkjunctionfiles #9
Comments
BTW, File "build/bdist.linux-x86_64/egg/DCC/main.py", line 451, in checkjunctionfiles |
File "build/bdist.linux-x86_64/egg/DCC/main.py", line 451, in checkjunctionfiles |
tjakobi
added a commit
that referenced
this issue
Jul 8, 2016
Bumped version to 0.3.4. DCC now checks correctly if paired independent mode is enabled and checks if all required junctions files are given via -mt1 and -mt2. A warning message is generated when -Pi is specified but -mt1, -mt2 or both are missing. In this case -Pi is disabled automatically.
Thank your for reporting the issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if checkjunctionfiles(options.Input, options.mate1, options.mate2):
logging.info("circRNA detection skipped due to empty junction files")
print("circRNA detection skipped due to empty junction files")
Please make sure that the software works even if options.mate1 and options.mate2
are not given (i.e. single end sequencing)
The text was updated successfully, but these errors were encountered: