HAST
HAST: Haplotype-Resolved Assembly for Synthetic Long Reads Using A Trio-Binning Strategy
파일 탐색기
- analysis_kmercount.sh
- build_unshared_kmers.sh
- draw_bounds.py
- find_bounds.awk
- jellyfish-linux
- README.md
- meryl
- meryl.sh
- README.license
- README.md
- split.pl
- analysis_kmercount.sh
- build_unshared_kmers.sh
- find_bounds.awk
- meryl
- COPYING.LIB
- gzstream.C
- gzstream.h
- index.html
- logo.gif
- Makefile
- README
- test_gunzip.C
- test_gzip.C
- version
- kmer.h
- classify.cpp
- classify_stlfr_reads.sh
- filter_fq_by_barcodes.awk
- Makefile
- mergeResult.cpp
- quartering_fastq.awk
- README.md
- assemble_by_supernova.sh
- fake_10x.pl
- merge_barcodes.pl
- README.md
- FileName.h
- Idx.h
- SegmentFa.h
- fasta.cpp
- fasta.h
- fasta_test.cpp
- seq.cpp
- seq.h
- seq_test.cpp
- tool_func.h
- argsparser.cpp
- argsparser.h
- argsparser_test.cpp
- Error.h
- .gitignore
- file_reader.cpp
- file_reader.h
- file_test.cpp
- file_writer.cpp
- file_writer.h
- gzstream.cpp
- gzstream.h
- flags.h
- freq.h
- log.cpp
- log.h
- logfilter.cpp
- logfilter.h
- stringtools.cpp
- stringtools.h
- stringtools_test.cpp
- timetools.cpp
- timetools.h
- timetools_test.cpp
- classify.cpp
- GenMake.sh
- GenSq.cpp
- Makefile
- MergePhaseResult.cpp
- Split.cpp
- test.cpp
- mkoutput_by_fabulous2.0.sh
- README.md
- CheckGenes.cpp
- CheckN.cpp
- getN.cpp
- KIR.cpp
- Makefile
- MHC.cpp
- .gitignore
- CalcHD.cpp
- GetHapSNP_fromDipcall.cpp
- GetSNPInfo.cpp
- GetSNPOnly.cpp
- HapInherit.cpp
- Inherit3Aa.cpp
- InheritSolidSNP.cpp
- Makefile
- MergeHapSNP.cpp
- PhasedSNP.cpp
- PhaseInheritSolidSNP.cpp
- classify_hic_reads.sh
- mark_library.sh
- .gitignore
- HAST.sh
- LICENSE
- Makefile
- README.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
git clone
설명 보기 ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
// repository documentation
Was this content helpful?
(0 ratings)
