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

Uninitialized values in GenomeIndex.pm #127

Open
robmaz opened this issue Oct 2, 2018 · 1 comment
Open

Uninitialized values in GenomeIndex.pm #127

robmaz opened this issue Oct 2, 2018 · 1 comment
Labels

Comments

@robmaz
Copy link
Owner

robmaz commented Oct 2, 2018

Running with --index-only writes the following warnings:
...
Copying executables
Use of uninitialized value in -e at /home/vetlinux02/.linuxbrew/Cellar/distmap/HEAD-fee4cef/bin/../lib/perl5/site_perl/GenomeIndex.pm line 222.
Use of uninitialized value in -e at /home/vetlinux02/.linuxbrew/Cellar/distmap/HEAD-fee4cef/bin/../lib/perl5/site_perl/GenomeIndex.pm line 226.
Use of uninitialized value in -e at /home/vetlinux02/.linuxbrew/Cellar/distmap/HEAD-fee4cef/bin/../lib/perl5/site_perl/GenomeIndex.pm line 230.
Use of uninitialized value in -e at /home/vetlinux02/.linuxbrew/Cellar/distmap/HEAD-fee4cef/bin/../lib/perl5/site_perl/GenomeIndex.pm line 235.
Creating Archive
...

@magicDGS
Copy link
Collaborator

This is related with #78 (trying to copy the picard jar/s if provided) and also trying to copy the trimming-script (I think that it is related to #33, which is already implemented but the class is still there and the argument still in the map).

robmaz pushed a commit that referenced this issue Jan 14, 2019
robmaz added a commit that referenced this issue Jan 21, 2019
* distmap: fix trim-args type
--trim-args should expect a string argument

* GenomeIndex.pm: remove checks for obsolete args
should also fix issue #127

* HadoopMapping.pm: mktemp needs template arg

* HadoopMapping.pm: exec to see mapper return code
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