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
Just want to report what I think is a bug in the code for the Fst wrapper. It seems that the FST.sh script moves the shared.pos file one directory up. However, at the stage where the script is preparing the files for graphing, it still calls the file from ${OUT}/shared.pos. If I'm reading this right, I think shared.pos is at the same level as ${OUT} rather than within it. This triggers an error at the end of the FST wrapper.
The text was updated successfully, but these errors were encountered:
Hi @chrisbalakrishnan , we did a test run and looked more into this issue. It looks like the parts you mentioned regarding the shared.pos file are part of deprecated code. We currently do not offer visualization for FST calculated by ANGSD. We have cleaned this up to reduce confusion, please pull the latest version of ANGSD-wrapper for the updates. Let us know if you have more questions.
Thanks! perhaps I pulled the wrong version with git checkout ngsPopGen_Fst? or master? (I'm pretty sure my initial installation was the correct version) I'll admit I don't understand git checkout and what it did... I'll give it a go.
Just want to report what I think is a bug in the code for the Fst wrapper. It seems that the FST.sh script moves the shared.pos file one directory up. However, at the stage where the script is preparing the files for graphing, it still calls the file from ${OUT}/shared.pos. If I'm reading this right, I think shared.pos is at the same level as ${OUT} rather than within it. This triggers an error at the end of the FST wrapper.
The text was updated successfully, but these errors were encountered: