java.io.FileNotFoundException: /tmp/CSPI.tmp15948393444880722616/7573.tmp (Too many open files)
poojancf opened this issue · 1 comments
This issue tracker is for bug reports only. Before opening a new issue here, please make a post on our support forum so that our support team can look at your issue and determine whether it needs to be escalated into a bug report.
I am trying to use MarkDuplicates
here is the code I am using
java -jar .~/picard.jar MarkDuplicates
INPUT=input.bam \
OUTPUT=ouput.bam
METRICS_FILE=output.metrics.txt CREATE_INDEX=true
The error is in find a tmp file.
Please let me know how to troubleshoot this error.
Thanks
Instructions
- Use a concise yet descriptive title;
- Determine whether your issue is a bug report, a feature request, or a documentation request;
- Choose the corresponding template block below and fill it in, replacing or deleting text in italics (surrounded by
_
) as appropriate; - Delete the other template blocks and this header.
Bug Report
Affected tool(s)
Tool name(s), special parameters?
Affected version(s)
- Latest public release version [version?]
- Latest development/master branch as of [date of test?]
Description
Describe the problem below. Provide screenshots , stacktrace , logs where appropriate.
Steps to reproduce
Tell us how to reproduce this issue. If possible, include command lines that reproduce the problem and provide a minimal test case.
Expected behavior
Tell us what should happen
Actual behavior
Tell us what happens instead
Feature request
Tool(s) involved
Tool name(s), special parameters?
Description
Specify whether you want a modification of an existing behavior or addition of a new capability.
Provide examples, screenshots, where appropriate.
Documentation request
Tool(s) involved
Tool name(s), parameters?
Description
Describe what needs to be added or modified.