Bioinformatics tools
-
FastQ Screen 설치하기Bioinformatics tools 2021. 5. 4. 22:26
FastQ Screen url : www.bioinformatics.babraham.ac.uk/projects/fastq_screen/ Babraham Bioinformatics - FastQ Screen FastQ Screen Function FastQ Screen allows you to screen a library of sequences in FastQ format against a set of sequence databases so you can see if the composition of the library matches with what you expect. Language Perl Requirements Linux-based operati www.bioinformatics.babraha..
-
FastQC 설치 (맥OS Big Sur)Bioinformatics tools 2021. 5. 3. 21:50
FastQC url : www.bioinformatics.babraham.ac.uk/projects/fastqc/ Babraham Bioinformatics - FastQC A Quality Control tool for High Throughput Sequence Data www.bioinformatics.babraham.ac.uk fastq 파일을 QC 해주는 강력한 툴인 FastQC를 설치해보자. 설치 가능한 운영체제는 윈도우, 리눅스, 맥OS 모두 가능하다. 필자의 컴퓨터는 현재 M1 맥북 에어이다. 맥북 터미널 환경에서 homebrew를 통해 다음과 같은 명령어로 손 쉽게 FastQC를 설치가 가능하다. brew search fastqc 하지만 homebrew를 통해 설치하면 FastQC를 GU..