pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

xmatchview: install two example scripts to demonstrate usage



Module Name:	pkgsrc-wip
Committed By:	Brook Milligan <brook%nmsu.edu@localhost>
Pushed By:	brook
Date:		Sun Jun 20 15:22:02 2021 -0600
Changeset:	2adfec66f164e901e0358f3e306359f4276288d4

Modified Files:
	xmatchview/Makefile
	xmatchview/PLIST

Log Message:
xmatchview: install two example scripts to demonstrate usage

Install two additional scripts distributed with xmatchview to
demonstrate usage.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2adfec66f164e901e0358f3e306359f4276288d4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 xmatchview/Makefile | 2 ++
 xmatchview/PLIST    | 2 ++
 2 files changed, 4 insertions(+)

diffs:
diff --git a/xmatchview/Makefile b/xmatchview/Makefile
index e66e0502bd..8238d62568 100644
--- a/xmatchview/Makefile
+++ b/xmatchview/Makefile
@@ -51,6 +51,8 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/paper/paper.md ${DESTDIR}${PREFIX}/share/doc/xmatchview
 	${INSTALL_DATA} ${WRKSRC}/paper/paper.pdf ${DESTDIR}${PREFIX}/share/doc/xmatchview
 	cd ${WRKSRC}/tarballs/fonts && ${PAX} -rw * ${DESTDIR}${PREFIX}/share/fonts/xmatchview 
+	${INSTALL_SCRIPT} ${WRKSRC}/runCompareTwoGenomesColinear.sh ${DESTDIR}${PREFIX}/share/examples/xmatchview
+	${INSTALL_SCRIPT} ${WRKSRC}/runSpruceView.sh ${DESTDIR}${PREFIX}/share/examples/xmatchview
 	cd ${WRKSRC}/test \
 	&& ${RM} -f xmv-FTL1_pa.fa_vs_FTL1_ss.fa.rep_m10_b10_r1_c2.png \
 	&& ${RM} -f xmv-FTL1_paMF.fa_vs_FTL1_ssMF.fa.paf_m80_b10_r1_c2.png \
diff --git a/xmatchview/PLIST b/xmatchview/PLIST
index 80dc22a950..4c68ed2f59 100644
--- a/xmatchview/PLIST
+++ b/xmatchview/PLIST
@@ -5,6 +5,8 @@ bin/xmatchview.py
 share/doc/xmatchview/README.md
 share/doc/xmatchview/paper.md
 share/doc/xmatchview/paper.pdf
+share/examples/xmatchview/runCompareTwoGenomesColinear.sh
+share/examples/xmatchview/runSpruceView.sh
 share/examples/xmatchview/xmatchview-hive/2019-nCoV.fa_vs_MERS-CoV.fa.paf
 share/examples/xmatchview/xmatchview-hive/2019-nCoV.fa_vs_MERS-CoV.fa.rep
 share/examples/xmatchview/xmatchview-hive/2019-nCoV.fa_vs_SARS-CoV.fa.paf


Home | Main Index | Thread Index | Old Index