Commit 3eb485e6 authored by Andreas Tille's avatar Andreas Tille
Browse files

Polish packaging - not finished yet!

parent d941eb39
Loading
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -5,7 +5,8 @@ Section: science
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3
               python3,
               markdown
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/med-team/purple
Vcs-Git: https://salsa.debian.org/med-team/purple.git
@@ -32,11 +33,13 @@ Description: Picking Unique Relevant Peptides for viraL Experiments
 for viraL Experiments) is a software tool for selecting target-specific
 peptide candidates directly from given proteome sequence data.
 .
 Purple comes with an intuitive graphical user interface, various
 parameter options and a threshold-based filtering strategy for
 homologous sequences.
 .
 Purple enables peptide candidate selection across various taxonomic
 levels and filtering against backgrounds of varying complexity. Its
 functionality is demonstrated using data from different virus species
 and strains. Purple enables building taxon-specific targeted assays
 and paves the way to time-efficient and robust viral diagnostics using
 targeted proteomics.
 .
 This is the command line version of purple.

debian/docs

0 → 100644
+1 −0
Original line number Diff line number Diff line
README.html

debian/install

0 → 100644
+4 −0
Original line number Diff line number Diff line
src/*.py	usr/share/purple
src/icon	usr/share/purple
src/config*	usr/share/purple

debian/links

0 → 100644
+3 −0
Original line number Diff line number Diff line
usr/share/purple/Purple_GUI.py		usr/bin/Purple_GUI.py
usr/share/purple/Purple_Main.py		usr/bin/Purple_Main.py
usr/share/purple/Purple__methods.py	usr/bin/Purple_methods.py
+11 −1
Original line number Diff line number Diff line
@@ -3,4 +3,14 @@
# DH_VERBOSE := 1

%:
	dh $@
	dh $@ --with python3

override_dh_installdocs:
	for md in *.md ; do \
	    markdown $${md} > `basename $${md} .md`.html ; \
	done
	dh_installdocs
	rm *.html

override_dh_python3:
	dh_python3 --shebang=/usr/bin/python3