# HG changeset patch # User wrtz # Date 1452811901 18000 # Node ID 44265821f01fd0f426e4e0048f44270cda5b1ef3 # Parent c34371f08c6f5fc8b320d0c2c95e7030077f4371 Uploaded diff -r c34371f08c6f -r 44265821f01f samtools_faidx.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/samtools_faidx.xml Thu Jan 14 17:51:41 2016 -0500 @@ -0,0 +1,24 @@ + + Index FASTA file using samtools faidx command + + ln -s -f $input faidx_in.${input.ext} && + + samtools faidx + + faidx_in.${input.ext} && + cp faidx_in.${input.ext}.fai $output + + + + + + + + +**About this tool** + +**Samtools faidx**: Index reference sequence in the FASTA format or extract subsequence from indexed reference sequence. Outputs index of input file. + +More info here: http://www.htslib.org/doc/samtools.html + + \ No newline at end of file