Difference between revisions of "Ariba"

From wiki
Jump to: navigation, search
(Created page with "= Introduction = = Links =")
 
Line 1: Line 1:
 
= Introduction =
 
= Introduction =
  
 +
Antimicobial resistance softwar
  
 +
= Testing and usage =
  
 +
ariba getref card out.card
 +
ariba prepareref -f out.card.fa -m out.card.tsv out.card.prepareref
 +
ariba run out.card.prepareref reads1.fastq reads2.fastq out.run
 +
 +
Last line will fail because the reads are not provided.
  
 
= Links =
 
= Links =
 +
 +
* [https://github.com/sanger-pathogens/ariba/wiki Homepage] of the project.

Revision as of 13:43, 27 March 2017

Introduction

Antimicobial resistance softwar

Testing and usage

ariba getref card out.card
ariba prepareref -f out.card.fa -m out.card.tsv out.card.prepareref
ariba run out.card.prepareref reads1.fastq reads2.fastq out.run

Last line will fail because the reads are not provided.

Links