halelab / GBS-SNP-CROP

GBS SNP Calling Reference Optional Pipeline
GNU General Public License v2.0
31 stars 31 forks source link

The tutorial is not runnable... #9

Closed ALTree closed 7 years ago

ALTree commented 7 years ago

because several scripts split the lines in barcodesID.txt by tabs:

my @barcode_ID = split("\t", $barcodesID);

but the barcodesID.txt file in the tutorial folder has space-separated columns. For this reason, the pipeline fails to process the tutorial data.

arthurmelobio commented 7 years ago

Thank's Alberto, it was updated.

ALTree commented 7 years ago

Thanks for the quick response.