optimuscoprime / autoadapt

Automatic quality control for FASTQ sequencing files
GNU General Public License v2.0
13 stars 2 forks source link

Experimental keys on scalar is now forbidden - lines 523 and 534 #7

Open prehensilecode opened 7 years ago

prehensilecode commented 7 years ago

Using Perl 5.24.1.

Doing just "autoadapt.pl" with no arguments to print help message. Get this error and autoadapt.pl exits:

Experimental keys on scalar is now forbidden at ./autoadapt.pl line 523.

After fixing it by adding "%" at the proper position, get:

Experimental keys on scalar is now forbidden at ./autoadapt.pl line 534.

I don't really know Perl, and I think the "%" is the fix from reading this: http://stackoverflow.com/a/29614053