repo.or.cz
/
GalaxyCodeBases.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
new file: pixi.toml
[GalaxyCodeBases.git]
/
etc
/
gatk-wdl
/
Makefile
blob
02501b592a2224f25daa9d2962d9e26b9d025289
1
INCLIST
:=
FullSomaticPipeline
2
3
OUTF
:= $(
addsuffix
.imports.zip
,$(
INCLIST
))
4
5
all
: $(
OUTF
)
6
7
$(
OUTF
): $(
OUTF
:
.imports.zip
=)
8
@cd
$(
OUTF
:
.imports.zip
=);
echo
------[$
@
]------;
zip
-
9u
voX ..
/$
@
*
.wdl
9
10
clean
:
11
rm
$(
OUTF
)
12
13
.PHONY
:
clean