dereneaton / ipyrad

Interactive assembly and analysis of RAD-seq data sets
http://ipyrad.readthedocs.io
GNU General Public License v3.0
72 stars 40 forks source link

Fixing mismatch of #SBATCH and command parameters #440

Closed mikerenfro closed 3 years ago

mikerenfro commented 3 years ago

Previously, there was a mismatch between the #SBATCH lines (32 cores reserved) and the ipyrad parameters (20 cores used). This sets the ipyrad parameters to match the #SBATCH automatically. There's probably an equivalent for PBS, but I don't have easy access to test that.

isaacovercast commented 3 years ago

looks good. thanks!