diff options
author | Levi Baber <baberlevi@gmail.com> | 2018-01-02 20:05:04 -0600 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2018-01-02 20:05:04 -0600 |
commit | 59cd2db8f37863eed4ab4213041dabc41c944a0d (patch) | |
tree | f17ce84ce534f4a79445b2b82d303c40c68f58f2 /var | |
parent | 4b5fe75bc38b9e4f45d077aabb6909daca31a70f (diff) | |
download | spack-59cd2db8f37863eed4ab4213041dabc41c944a0d.tar.gz spack-59cd2db8f37863eed4ab4213041dabc41c944a0d.tar.bz2 spack-59cd2db8f37863eed4ab4213041dabc41c944a0d.tar.xz spack-59cd2db8f37863eed4ab4213041dabc41c944a0d.zip |
gatk: boilerplate cleanup (#6744)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/gatk/package.py | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/var/spack/repos/builtin/packages/gatk/package.py b/var/spack/repos/builtin/packages/gatk/package.py index 728fae94da..550d89fe4c 100644 --- a/var/spack/repos/builtin/packages/gatk/package.py +++ b/var/spack/repos/builtin/packages/gatk/package.py @@ -22,21 +22,6 @@ # License along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ############################################################################## -# -# This is a template package file for Spack. We've put "FIXME" -# next to all the things you'll want to change. Once you've handled -# them, you can save this file and test your package like this: -# -# spack install gatk -# -# You can edit this file again by typing: -# -# spack edit gatk -# -# See the Spack documentation for more information on packaging. -# If you submit this package back to Spack as a pull request, -# please first remove this boilerplate and all FIXME comments. -# from spack import * from shutil import copyfile import glob |