Group
Extension

Matches 2

Bio-SeqAlignment-Applications-SequencingSimulators-RNASeq-Polyester ( C/CH/CHRISARG/Bio-SeqAlignment-Applications-SequencingSimulators-RNASeq-Polyester-0.02.tar.gz, CHRISARG, 2024; MetaCPAN )
Bio-SeqAlignment-Applications-SequencingSimulators-RNASeq-Polyester/bin/polyester_polyA.pl ( view source; MetaCPAN )
:Basename;
use File::Spec;
use FindBin qw($Bin);
use Getopt::Long qw(:config no_ignore_case);
use JSON;
use YAML::Tiny;

###############################################################################
'modformat|M:s'  => \$modformat
    , # case insensitive format for storing modifications (one of JSON, YAML, or MessagePack)
    'numreps|n:i{,}' =>
      \@numreps,    # num of replicates in each gr
Bio-SeqAlignment-Applications-SequencingSimulators-RNASeq-Polyester ( C/CH/CHRISARG/Bio-SeqAlignment-Applications-SequencingSimulators-RNASeq-Polyester-0.02.tar.gz, CHRISARG, 2024; MetaCPAN )
Bio-SeqAlignment-Applications-SequencingSimulators-RNASeq-Polyester/lib/Bio/SeqAlignment/Applications/SequencingSimulators/RNASeq/Polyester.pm ( view source; MetaCPAN )
 --modformat option, which is optional and specifies
the format for storing modifications (one of JSON, YAML, or MessagePack).
* BONUS: provide a R script that can be used to control the polyester
  s
.

=item B<--modformat, -m> [INTEGER]

Case insensitive format for storing modifications 
(one of JSON, YAML, or MessagePack) (optional).

=item B<--maxseqs, -m> [INTEGER]

Maximum sequences per file 

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.