-
Notifications
You must be signed in to change notification settings - Fork 6
/
Makefile.am
68 lines (55 loc) · 2.1 KB
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
ACLOCAL_AMFLAGS = -I m4
nodist_bin_SCRIPTS = \
pigx-scrnaseq
dist_pkglibexec_SCRIPTS = \
snakefile.py \
qsub-template.sh
pkglibexec_scriptsdir = $(pkglibexecdir)/scripts
dist_pkglibexec_scripts_SCRIPTS = \
scripts/Accessory_Functions.py \
scripts/Argument_Parser.R \
scripts/BamToBigWig.R \
scripts/Extract_Downstream_Statistics.R \
scripts/Extract_Read_Statistics.R \
scripts/Find_Absolute_Read_Cutoff.R \
scripts/change_gtf_id.R \
scripts/combine_loom_matrices.py \
scripts/convert_loom_to_singleCellExperiment.R \
scripts/convert_matrix_from_mtx_to_loom.py \
scripts/renderReport.R \
scripts/Run_Rscript.py \
scripts/Sample_Sheet_Class.py \
scripts/scrnaReport.Rmd \
scripts/validate_input.py \
scripts/convert_loom_to_Seurat.R \
scripts/loom_Functions.R \
scripts/matrix_market_IO.py
dist_pkgdata_DATA = \
etc/sample_sheet.csv.example \
etc/settings.yaml \
etc/pretty.txt
dist_doc_DATA = \
README.md
EXTRA_DIST = \
VERSION \
META.in \
tests/sample_sheet.csv \
tests/settings.yaml \
tests/sample_data/hg19_chr19.10094960.25108012.fa \
tests/sample_data/hg19_chr19.10094960.25108012.gtf \
tests/sample_data/reads/HEK_4h_br1_R1.fastq.gz \
tests/sample_data/reads/HEK_4h_br1_R2.fastq.gz \
tests/sample_data/reads/HEK_0h_br1_R1_1.fastq.gz \
tests/sample_data/reads/HEK_0h_br1_R2_1.fastq.gz \
tests/sample_data/reads/HEK_0h_br1_R1_2.fastq.gz \
tests/sample_data/reads/HEK_0h_br1_R2_2.fastq.gz
AM_TESTS_ENVIRONMENT = srcdir="$(abs_top_srcdir)" builddir="$(abs_top_builddir)" PIGX_UNINSTALLED=1 PIGX_UGLY=1
TESTS = \
tests/test.sh
EXTRA_DIST += $(TESTS)
clean-local:
-rm -rf .snakemake
CLEANFILES = $(nodist_bin_SCRIPTS) config.json
# Build docker image with Guix
docker: dist
guix pack -e '(load "guix.scm")' --with-source=pigx_scrnaseq-$(VERSION).tar.gz -f docker -S /bin=bin -S /lib=lib -S /share=share glibc-utf8-locales tzdata coreutils