logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

change_paired_read_orientation - Change the orientation of paired-end reads in a FASTA file

Bugs

       All complex software has bugs lurking in it, and this program is no exception.  If you find a bug, please
       report         it         on         the         SourceForge         Tracker         for         Grinder:
       <http://sourceforge.net/tracker/?group_id=244196&atid=1124737>

       Bug   reports,  suggestions  and  patches  are  welcome.  Grinder's  code  is  developed  on  Sourceforge
       (<http://sourceforge.net/scm/?type=git&group_id=244196>) and  is  under  Git  revision  control.  To  get
       started with a patch, do:

          git clone git://biogrinder.git.sourceforge.net/gitroot/biogrinder/biogrinder

perl v5.32.0                                       2020-12-03                 CHANGE_PAIRED_READ_ORIENTATION(1p)

Description

       Reverse the orientation, i.e. reverse-complement each right-hand paired-end read (ID ending in /2) in a
       FASTA file.

Name

       change_paired_read_orientation - Change the orientation of paired-end reads in a FASTA file

Required Arguments

       <in_fasta>
           FASTA file containing the reads to re-orient.

       <out_fasta>
           Output FASTA file where to write the reads.

See Also