Closed e-manduchi closed 10 years ago
P.S. From the history it does appear that the line $gene_tag=$a[5] was recently added.
Thanks for reporting the bug. I am working on the issue and will let you know when it's ready.
The new version(v0.5-beta) is now available.
Hello, in my last run of the pipeline part2 (yesterday) I got the following error:
Use of uninitialized value $gene_tag in numeric eq (==) at /gpfs/fs121/h/manduchi/Normalization/norm _scripts/quantify_genes.pl line 51
By looking at the script I see that this is how $gene_tag is defined:
$gene_tag = $a[5];
but it appears to me that the input file leading to @a has 5 columns, not 6. Shouldn't $gene_tag be set to $a[4]? I have used this part of the pipeline before without problems, so I'm not sure if maybe the code was recently modified at that line. Thanks