Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
72cb07b3
Commit
72cb07b3
authored
Feb 19, 2016
by
Mathieu Giraud
Browse files
germline/Makefile: make diff_from_saved, compare .fa extracted germlines to previous ones
parent
dd141a52
Changes
1
Hide whitespace changes
Inline
Side-by-side
germline/Makefile
View file @
72cb07b3
...
...
@@ -15,3 +15,10 @@ $(DATA):
clean
:
rm
-f
$(DATA)
diff-from-saved
:
rm
-rf
saved-germline
mkdir
saved-germline
cd
saved-germline
;
sh ../get-saved-germline
echo
diff
-r
-u
-x
"*[.][^f][^a]"
-x
"germline*"
-x
"get*"
-x
"Makefile"
-x
"saved-*"
saved-germline/ .
Vidjil Team
@vidjilteam
Mentioned in issue
#1815 (closed)
·
Nov 29, 2016
Mentioned in issue
#1815 (closed)
Mentioned in issue #1815
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment