diff --git a/448_stacks/Stacks-2.68-foss-2023a.eb b/448_stacks/Stacks-2.68-foss-2023a.eb
new file mode 100644
index 00000000..f5c8c3b9
--- /dev/null
+++ b/448_stacks/Stacks-2.68-foss-2023a.eb
@@ -0,0 +1,29 @@
+easyblock = 'ConfigureMake'
+
+name = 'Stacks'
+version = '2.68'
+
+homepage = 'https://catchenlab.life.illinois.edu/stacks/'
+description = """Stacks is a software pipeline for building loci from short-read sequences, such as those generated on
+ the Illumina platform. Stacks was developed to work with restriction enzyme-based data, such as RAD-seq,
+ for the purpose of building genetic maps and conducting population genomics and phylogeography.
+"""
+
+toolchain = {'name': 'foss', 'version': '2023a'}
+
+source_urls = ['https://catchenlab.life.illinois.edu/stacks/source/']
+sources = [SOURCELOWER_TAR_GZ]
+checksums = ['9dc51ea356d60eb4557b0b2d1a8854aafae492aed87f974e0249cc09aa5e7650']
+
+dependencies = [
+    ('zlib', '1.2.13'),
+]
+
+sanity_check_paths = {
+    'files': ['bin/clone_filter', 'bin/cstacks', 'bin/gstacks', 'bin/kmer_filter', 'bin/phasedstacks',
+              'bin/populations', 'bin/process_radtags', 'bin/process_shortreads', 'bin/sstacks',
+              'bin/tsv2bam', 'bin/ustacks'],
+    'dirs': [],
+}
+
+moduleclass = 'bio'