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*.bash
file you want to run - Manually edit that
pgd*.bash
file to have the right file paths - Review the matching
*.spid
file 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 infile
If 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
*.spid
here - Look at the
*.spid
to see the official name given to the file formats you are converting from and to - make a copy of the most similar exising
pgd*bash
script 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*.spid
file - run
pgd*.bash
- if successful, push the changes to this repo