Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/allpy/file/d9e971fa4699/test/Makefile
Дата изменения: Unknown
Дата индексирования: Sun Feb 3 23:13:11 2013
Кодировка:
allpy: d9e971fa4699 test/Makefile

allpy

view test/Makefile @ 1135:d9e971fa4699

pair-cores/web: add detailed description
author Boris Nagaev <bnagaev@gmail.com>
date Fri, 11 Jan 2013 19:58:32 +0400
parents 89b2dae5ca95
children 08d892230e8c
line source
1 all: ex1.fasta
2 nosetests --with-doctest --with-coverage --cover-package=allpy
4 ex1.fasta:
5 wget \
6 -q \
7 -O - \
8 http://www.rcsb.org/pdb/files/fasta.txt?structureIdList={1JCC,1KFM} \
9 | head -n 2 > $@