Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

Commit

Permalink
Update m6A-SAC-seq_5.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
CTLife authored Aug 4, 2022
1 parent b4fd25b commit 7620456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions m6A-SAC-seq_5.pl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
my $HELP = '
------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------------------
Step 6: Mapping reads to the reference genome by using 6 softwares (mappers or aligners):
Step 5: Mapping reads to the reference genome by using 6 softwares (mappers or aligners):
Kallisto, Salmon, STAR, HISAT2, Subjunc, and GSNAP.
And assess the quality of BAM files to identify possible mapping errors or biases by using 14 softwares:
Expand Down Expand Up @@ -81,7 +81,7 @@
';

## Version Infromation
my $version = " The 5th Step, version 1.1, 2021-02-01";
my $version = " The 5th Step, version 1.4, 2022-08-05";

## Keys and Values
if ($#ARGV == -1) { say "\n$HELP\n"; exit 0; } ## when there are no any command argumants.
Expand Down

0 comments on commit 7620456

Please sign in to comment.