Code Monkey home page Code Monkey logo

fastq-info's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

fastq-info's Issues

Oxford Nanopore Version?

Hi Raymond,

Thanks so much for providing this tool. It worked great.

I was wondering if the same could be done for long reads, more specifically Oxford Nanopore?

Thanks :)

Multiple Samples At Once

Hi @raymondkiu I'm really keen to try your coverage script and was wondering can multiple samples be run at the same time using a loop?

I must be upfront and say I'm new to the world of scripts/command so I'm not that savvy! Normally for writing a loop I do something like this:

1 #!/bin/sh
2
3 sampleLoc=/Path/to/fq.gz/
4 sampleName= ("19IE01" "19IE02" "19IE03" "19IE04" "19IE05" )
5 outputLoc=/Path/to/Output/
6
7 for sample in ${sampleName[*]}
8
9 do
10
11 spades.py -1 $sampleLoc/${sample}R1.fq.gz -2 $sampleLoc/${sample}R2.fq.gz -o
$outputLoc/${sample}
12
13 done

Can I add something similar to the ./fastq_info_3.sh file to loop all the .fq.gz files?

Cheers

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.