Giter VIP home page Giter VIP logo

download-fasta's Introduction

下载诺禾致源FASTA数据

1.进入邮箱

点击“点击进入”

2.进入邮箱

点击“获取链接”

3.下载linklist.txt

4.把linklist.txt放进服务器里

创建文件夹,文件夹名字里不能有空格。比如创建:afile,然后把linklist.txt放到afile里面。

5.打开服务器并下载FASTA

按顺序输入:

conda activate rnaseq
cd aflie
nohup aria2c -c -i linklist.txt &
mkdir bam rawcounts  

6.RNAseq上游分析,获取rawcounts

下载完毕后,写入filenames,一般来说,我是根据“_1.clean.fq.gz”这段字符命名的,比如:cfa3_1.clean.fq.gz,那么我就取cfa3作为该名字。
另外,“_1.clean.fq.gz”和 “_2.clean.fq.gz”,这两个文件是双端测序,测的是同一个样本。

ls *1.clean* |cut -d "_" -f 1 > filenames

把code里面的文件下载下来,拖进去afile,然后开始

bash rna1_hisat2.sh  

用top命令,查看是否运行完毕,运行完再bash下一个命令rna2,以此类推。

download-fasta's People

Contributors

y741269430 avatar

Watchers

 avatar

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.