Coder Social home page Coder Social logo

pd's People

Contributors

chatugpt avatar

Stargazers

 avatar

Watchers

 avatar  avatar

pd's Issues

bow 2 - source code requirement

here is the part of the bowtie wrapper script , i need to get accession for the source code of following files which are made bold in the below script. I am trying to modify the script for my needs but i am unable to get source code. Please suggest me, where can i get the source code.

($vol,$script_path,$prog) = File::Spec->splitpath($prog); my $os_is_nix = $^O ne "MSWin32";

my $align_bin_s = $os_is_nix ? 'bowtie2-align-s' : 'bowtie2-align-s.exe';

my $build_bin = $os_is_nix ? 'bowtie2-build' : 'bowtie2-build.exe';

my $align_bin_l = $os_is_nix ? 'bowtie2-align-l' : 'bowtie2-align-l.exe';

my $align_prog_s= File::Spec->catpath($vol,$script_path,$align_bin_s);

my $align_prog_l= File::Spec->catpath($vol,$script_path,$align_bin_l);

my $align_prog = $align_prog_s;

my $idx_ext_l = 'bt2l'; my $idx_ext_s = 'bt2'; my $idx_ext = $idx_ext_s; my %signo = (); my @Signame = ();

test

teste

  • Item 1
  • Item 2
    • Item 2a
    • Item 2b

As Kanye West said:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.