You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
...
The text was updated successfully, but these errors were encountered:
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).
* 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
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
...
The text was updated successfully, but these errors were encountered: