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

Problem with temporary file handling during mpileup #11

Closed
tjakobi opened this issue Jul 11, 2016 · 1 comment
Closed

Problem with temporary file handling during mpileup #11

tjakobi opened this issue Jul 11, 2016 · 1 comment
Assignees
Labels

Comments

@tjakobi
Copy link
Contributor

tjakobi commented Jul 11, 2016

Error seems to occur during linear gene expression counting step:

Started linear gene expression counting for 7EN2.pairedAligned.out.bam => running mpileup for start positions [7EN2.pairedAligned.out.bam] return self.map_async(func, iterable, chunksize).get() File "/ibios/tbi_cluster/11.4/x86_64/python/python-2.7.2/lib/python2.7/multiprocessing/pool.py", line 522, in get raise self._value IOError: [Errno 2] No such file or directory: '_tmp_DCC/tmp_/AK173.pairedAligned.out.bam_YF5U7D_junction.linear'

@tjakobi tjakobi self-assigned this Jul 11, 2016
@tjakobi tjakobi added the bug label Jul 11, 2016
tjakobi added a commit that referenced this issue Jul 14, 2016
The 'CircCoordinate' file now again has a proper column headers:
Issue #11, dealing with the slightly different annotations still needs to be resolved.
@tjakobi
Copy link
Contributor Author

tjakobi commented Jul 19, 2016

The issue arises when relative or absolute file locations are supplied to DCC. The temporary file name creation does not handle the removal of the path to the file.

tjakobi added a commit that referenced this issue Jul 19, 2016
File names from from samplesheet an mate files were used as template for temporary files without stripping possible relative or absolute paths. This error has been corrected, os.path.basename(path) now sanitizes the supplied file names.
@tjakobi tjakobi closed this as completed Jul 19, 2016
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

1 participant