Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150536978
D14885.id40847.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
4 KB
Referenced Files
None
Subscribers
None
D14885.id40847.diff
View Options
Index: biology/Makefile
===================================================================
--- biology/Makefile
+++ biology/Makefile
@@ -109,6 +109,7 @@
SUBDIR += sim4
SUBDIR += slclust
SUBDIR += ssaha
+ SUBDIR += stacks
SUBDIR += tRNAscan-SE
SUBDIR += t_coffee
SUBDIR += tinker
Index: biology/stacks/Makefile
===================================================================
--- /dev/null
+++ biology/stacks/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= stacks
+DISTVERSION= 1.48
+CATEGORIES= biology
+MASTER_SITES= http://catchenlab.life.illinois.edu/stacks/source/
+
+MAINTAINER= jwb@FreeBSD.org
+COMMENT= Software pipeline for building loci from short-read sequences
+
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= gmake python shebangfix
+SHEBANG_FILES= scripts/*.pl scripts/*.py
+GNU_CONFIGURE= yes
+
+LDFLAGS+= -lpthread
+
+.include <bsd.port.mk>
Index: biology/stacks/distinfo
===================================================================
--- /dev/null
+++ biology/stacks/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1520376299
+SHA256 (stacks-1.48.tar.gz) = e9f6251f5f609f9dd0bb1de17a51f69ce1a9af531548c4d2456a89783b1dcd1e
+SIZE (stacks-1.48.tar.gz) = 895195
Index: biology/stacks/files/patch-htslib_Makefile
===================================================================
--- /dev/null
+++ biology/stacks/files/patch-htslib_Makefile
@@ -0,0 +1,20 @@
+--- htslib/Makefile.orig 2016-09-16 15:40:03 UTC
++++ htslib/Makefile
+@@ -22,13 +22,13 @@
+ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ # DEALINGS IN THE SOFTWARE.
+
+-CC = gcc
+-AR = ar
+-RANLIB = ranlib
++CC ?= gcc
++AR ?= ar
++RANLIB ?= ranlib
+
+ CPPFLAGS =
+ # TODO: probably update cram code to make it compile cleanly with -Wc++-compat
+-CFLAGS = -g -Wall -O2
++CFLAGS ?= -g -Wall -O2
+ EXTRA_CFLAGS_PIC = -fpic
+ LDFLAGS =
+ LIBS =
Index: biology/stacks/pkg-descr
===================================================================
--- /dev/null
+++ biology/stacks/pkg-descr
@@ -0,0 +1,6 @@
+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.
+
+WWW: http://catchenlab.life.illinois.edu/stacks/
Index: biology/stacks/pkg-plist
===================================================================
--- /dev/null
+++ biology/stacks/pkg-plist
@@ -0,0 +1,70 @@
+bin/clone_filter
+bin/count_fixed_catalog_snps.py
+bin/cstacks
+bin/denovo_map.pl
+bin/exec_velvet.pl
+bin/export_sql.pl
+bin/genotypes
+bin/index_radtags.pl
+bin/integrate_alignments.py
+bin/kmer_filter
+bin/load_radtags.pl
+bin/load_sequences.pl
+bin/phasedstacks
+bin/populations
+bin/process_radtags
+bin/process_shortreads
+bin/pstacks
+bin/ref_map.pl
+bin/rxstacks
+bin/sort_read_pairs.pl
+bin/sstacks
+bin/stacks_export_notify.pl
+bin/ustacks
+%%DATADIR%%/php/CatalogClass.php
+%%DATADIR%%/php/Locus.php
+%%DATADIR%%/php/ajax.js
+%%DATADIR%%/php/annotate.js
+%%DATADIR%%/php/annotate_marker.php
+%%DATADIR%%/php/catalog.php
+%%DATADIR%%/php/catalog_genotypes.php
+%%DATADIR%%/php/constants.php.dist
+%%DATADIR%%/php/correct_genotype.php
+%%DATADIR%%/php/correct_genotypes.php
+%%DATADIR%%/php/db_functions.php
+%%DATADIR%%/php/export.js
+%%DATADIR%%/php/export_batch.php
+%%DATADIR%%/php/fst_view.php
+%%DATADIR%%/php/hapstat_view.php
+%%DATADIR%%/php/header.php
+%%DATADIR%%/php/images/caret-d.png
+%%DATADIR%%/php/images/caret-u.png
+%%DATADIR%%/php/images/excel_icon.png
+%%DATADIR%%/php/images/l-arrow-disabled.png
+%%DATADIR%%/php/images/l-arrow.png
+%%DATADIR%%/php/images/r-arrow-disabled.png
+%%DATADIR%%/php/images/r-arrow.png
+%%DATADIR%%/php/images/stacks_bg.png
+%%DATADIR%%/php/images/stacks_logo_rev_small.png
+%%DATADIR%%/php/index.php
+%%DATADIR%%/php/last_modified.php
+%%DATADIR%%/php/phist_view.php
+%%DATADIR%%/php/pop_view.php
+%%DATADIR%%/php/population_view.js
+%%DATADIR%%/php/samples.php
+%%DATADIR%%/php/sequence_blast.php
+%%DATADIR%%/php/stack_view.php
+%%DATADIR%%/php/stacks.css
+%%DATADIR%%/php/stacks.js
+%%DATADIR%%/php/stacks_functions.php
+%%DATADIR%%/php/sumstat_view.php
+%%DATADIR%%/php/tag.php
+%%DATADIR%%/php/tags.php
+%%DATADIR%%/php/version.php
+%%DATADIR%%/php/view_sequence.php
+%%DATADIR%%/sql/catalog_index.sql
+%%DATADIR%%/sql/chr_index.sql
+%%DATADIR%%/sql/mysql.cnf.dist
+%%DATADIR%%/sql/stacks.sql
+%%DATADIR%%/sql/tag_index.sql
+@dir %%DATADIR%%/php/export
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 3, 3:59 AM (11 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30743086
Default Alt Text
D14885.id40847.diff (4 KB)
Attached To
Mode
D14885: biology/stacks: Software pipeline for building loci from short-read sequences
Attached
Detach File
Event Timeline
Log In to Comment