Closed ChaochihL closed 9 years ago
Thanks for the great catches Chaochih! It looks like the unexpected end of file came from a block of if-else statements that were copied and pasted and but not syntax checked. I pushed an update to fix all the files where this occurred.
I added an explanation to the tutorial about sbatch and uncommented ANC and REF and added comments to FASTA.conf
The failed make is I think a zlib problem we've seen before in the UMN cluster isn't it? On Tue, 27 Oct 2015 at 08:50, Arun Durvasula notifications@github.com wrote:
Thanks for the great catches Chaochih! It looks like the unexpected end of file came from a block of if-else statements that were copied and pasted and but not syntax checked. I pushed an update to fix all the files where this occurred.
I added an explanation to the tutorial about sbatch and uncommented ANC and REF and added comments to FASTA.conf
— Reply to this email directly or view it on GitHub https://github.com/arundurvasula/angsd-wrapper/pull/98#issuecomment-151547514 .
Yep.
had the zlib problem on my server here, too
There were multiple syntax errors that prevented the ANGSD-wrapper from running. One of the errors was in the inbreeding coefficients script which wasn't able to run. Since many of the wrappers depend on having an inbreeding coefficient, I was not able to test most of the scripts.
Syntax Errors
Here is a quick overview of the issues:
Attempt to run inbreeding coefficients script
Error message 1
Error message 2
Error message 3
Error message 4
Attempt to run PCA script
Error message 1
Error message 2
Attempt to work through tutorial
Tail end of error output:
FASTA.conf
file needs to have commentscommon.conf
file:REF_SEQ
andANC_SEQ
should not be commented out. The tutorial should mention these can be edited incommon.conf
.OVERRIDE
andREGIONS
variables are left blank without anything assigned to them; the input users should place in those to spots is not mentioned in the tutorial.sbatch
should be explained in more detail because it is not available to everyone.And got the following error message
At this point I was not able to fix this error.