these are scripts that will help you run pgdspider from the command line
for converting an ima file from rad_haplotyper, goto the ima2arlequin dir
- Identify the
pgd*.bashfile you want to run - Manually edit that
pgd*.bashfile to have the right file paths - Review the matching
*.spidfile to be sure it's doning what you wnat it to. - Run that bash script you just manually edited and give the input file as an argument.
pgdSCRIPT.bash infileIf the conversion you want to do doesn't have a bash script or spid here, you can either run pgdspider as it was intended, or contribute to this directory.
To contribute:
- Make the spid file using the pgdspider GUI, follow the naming conventions in other
*.spidhere - Look at the
*.spidto see the official name given to the file formats you are converting from and to - make a copy of the most similar exising
pgd*bashscript and rename it following the format of the other scripts - update the variables in your
pgd*bash, don't forgot to update the variable pointing to the*.spidfile - run
pgd*.bash - if successful, push the changes to this repo