Skip to content

Commit e27e353

Browse files
committed
Added Bioconda notes and badges
1 parent a864784 commit e27e353

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

docs/README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
<img src="https://raw.githubusercontent.com/StevenWingett/FastQ-Screen/master/FastQ_Screen_Logo.png" alt="drawing" width="200"/>
22

33
![GitHub release (latest by date)](https://img.shields.io/github/v/release/StevenWingett/Fastq-Screen)
4+
45
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5838377.svg)](https://doi.org/10.5281/zenodo.5838377)
56

7+
[![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/fastq-screen/README.html)
8+
[![Anaconda-Server Badge](https://anaconda.org/bioconda/fastq-screen/badges/downloads.svg)](https://anaconda.org/bioconda/fastq-screen)
9+
610
Introduction
711
============
812
FastQ Screen is a simple application which allows you to search a large sequence dataset against a panel of different genomes to determine from where the sequences in your data originate. It was built as a QC check for sequencing pipelines but may also be useful to characterise metagenomic samples. When running a sequencing pipeline it is useful to know that your sequencing runs contain the types of sequence they're supposed to. Your search libraries might contain the genomes of all of the organisms you work on, along with PhiX, Vectors or other contaminants commonly seen in sequencing experiments.
@@ -103,6 +107,11 @@ You will see a folder called fastq_screen_v0.x.x has been created and the progra
103107
/usr/local/bin or by adding the program installation directory to your search path.
104108

105109

110+
Bioconda
111+
========
112+
Alternatively, [FastQ Screen may be installed via Bioconda.](https://bioconda.github.io/recipes/fastq-screen/README.html?highlight=fastq_screen) **Please note that we do not manage FastQ Screen on Bioconda, so please direct any questions regarding this setup to the relevant Bioconda developers.** Many thanks to those developers for making our tool available via this platform.
113+
114+
106115
Configuration
107116
=============
108117
In order to use FastQ Screen you will need to configure some genome databases for the program to search. This will involve downloading the sequences for the databases in FASTA format and then using either Bowtie, Bowtie2 or BWA to build the relevant index files. Please note: the aligner used to build the index files must be used to map the reads
@@ -144,11 +153,11 @@ To confirm FastQ Screen functions correctly on your system please download the [
144153

145154
tar xvzf fastq_screen_test_dataset.tar.gz
146155

147-
2. If not present already, create index files of recent versions of the Mouse and Human genomes (how the index files are generated will depend on the aligner used for the mapping i.e. refer to either the Bowtie, Bowtie2 or BWA documentation for further details).
156+
1. If not present already, create index files of recent versions of the Mouse and Human genomes (how the index files are generated will depend on the aligner used for the mapping i.e. refer to either the Bowtie, Bowtie2 or BWA documentation for further details).
148157

149-
3. Create a configuration file tailored to your system.
158+
2. Create a configuration file tailored to your system.
150159

151-
4. Run FastQ Screen
160+
3. Run FastQ Screen
152161

153162

154163
Interpreting the results from a large number of datasets

0 commit comments

Comments
 (0)