-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initial alpha testing (demultiplex test OK)
- Loading branch information
Showing
4 changed files
with
40 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# genotype_priosm main makefile | ||
#*************************************************************************************** | ||
# references: | ||
#*************************************************************************************** | ||
# make: | ||
# http://www.gnu.org/software/make/manual/make.html | ||
# | ||
|
||
|
||
%.demultiplex_prism: | ||
$*.sh | ||
date > $@ | ||
|
||
############################################## | ||
# specify the intermediate files to keep | ||
############################################## | ||
.PRECIOUS: %.log %.genotype_priosm | ||
|
||
############################################## | ||
# cleaning - not yet doing this using make | ||
############################################## | ||
clean: | ||
echo "no clean for now" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,11 +7,7 @@ | |
# | ||
|
||
|
||
%.genotype_priosm: | ||
$*.sh | ||
date > $@ | ||
|
||
%.demultiplex_prism: | ||
%.genotype_prism: | ||
$*.sh | ||
date > $@ | ||
|
||
|