Skip to content

Commit

Permalink
Update agat_convert_minimap2_bam2gff.md (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
Juke34 authored Apr 18, 2024
1 parent 1143408 commit c131c1a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/tools/agat_convert_minimap2_bam2gff.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

## DESCRIPTION

The script converts output from minimap2 (bam or sam) into gff file.
To get bam from minimap2 use the following command:
minimap2 -ax splice:hq genome.fa Asecodes\_parviclava.nucest.fa | samtools sort -O BAM -o output.bam
The script converts output from minimap2 (bam or sam) into GFF file.
To get bam from minimap2 use the following command:

minimap2 -ax splice:hq genome.fa Asecodes\_parviclava.nucest.fa | samtools sort -O BAM -o output.bam

To use bam with this script you will need samtools in your path.

## SYNOPSIS
Expand All @@ -17,8 +19,6 @@ agat_convert_minimap2_bam2gff.pl --help

## OPTIONS

if ( !GetOptions( 'i|input=s' => \\$opt\_in,

- **-i** or **--input**

Input file in sam (.sam extension) or bam (.bam extension) format.
Expand Down

0 comments on commit c131c1a

Please sign in to comment.