Stirplate数据上传程序

stirplate的Python项目详细描述


测序数据可以通过多种方式发送到stirplate。

  1. 通过stirplate.io手动上传数据
  2. 推荐:自动从本地计算机直接上载到 无需用户交互的Stirplate(在本文档中概述)。

安装:

  • 要设置并运行自动数据上载到Stirplate,请确保 您的Stirplate用户凭据(请与keith@stirplate.io联系 获得这些)。

  • python 2.7.x(未在python上测试>;=3)。

  • pip install stirplate
    
  • 一个stirplate可执行文件将添加到您的系统路径中。

配置访问:

配置您的Stirplate访问凭据。

  1. Interactive:只需键入:

    stirplate configure
    
  2. 自动:(建议)“安装”提供的配置 从下载的配置文件自动生成文件:

    stirplate configure --install /path/to/stirplate/config
    

rna序列协议:

有两种方法可以运行Stirplate的数据上传助手 rna序列(deseq2)协议:

  1. 交互式只需键入:

    stirplate rna
    
    • 系统将提示您输入包含 测序数据,以及额外的元数据(aligner[tophat,star],species,single 搁浅协议)信息。
  2. 自动。只需运行:

    stirplate rna
    --aligner star
    --directory /path/to/input/sequencing/data/
    --project_name MyProjectName
    --species SPECIES
    
    • aliger选项是:tophat(默认)和star
    • 物种选择是:C_ELEGANS(蠕虫),D_RERIO (斑马鱼),H_SAPIENS(人类),M_MUSCULUS(老鼠), R_NORVEGICUS(老鼠)、B_TAURUS(奶牛)、C_FAMILIARIS(狗)或E_CABALLUS(马)。
    • 如果实验是用单链协议进行的, 同时传递--single_stranded_protocol标志。
    • 运行时,输入序列数据中的所有文件directory 将上载到Stirplate.io上传是为 速度,这样您的数据将在 时间。处理将在最后一个Stirplate开始 文件传输已完成

DNA序列协议:

有两种方法可以运行Stirplate的数据上传助手 rna序列(deseq2)协议:

  1. 交互式。只需键入:

    stirplate dna
    
    • 系统将提示您输入包含 测序数据,以及额外的元数据(aligner[tophat,star],species,single 搁浅协议)信息。
  2. 自动。只需运行:

    stirplate dna
    --directory /path/to/input/sequencing/data/
    --interval_file /path/to/input/sequencing/data/intervals.interval_list
    --project_name MyProjectName
    --species SPECIES
    
    • 目前的物种选择是:H_SAPIENS(人类)。更多可根据要求提供。电子邮件keith@stirplate.io
    • 运行时,输入序列数据中的所有文件directory 将上载到stirplate.io。上传是为 速度,这样您的数据将在 时间。处理将在最后一个Stirplate开始 文件传输已完成

帮助

在任何时候,您都可以通过键入:

  • stirplate -h
  • stirplate rna -h
  • stirplate dna -h

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
带Maven的Eclipse Java存储库:缺少工件:compile   java如何以编程方式停止RMI服务器并通知所有客户端   java Roboguice抛出ClassNotFoundException:AnnotationDatabaseImpl   java为什么lucene 4.0删除IndexWriter类的两个构造函数?   nls如何避免java项目上不需要的日志消息?   测试无法在Selenium Webdriver(java)中定位iframe   使用XML的java servlet   java如何使用jxl用****屏蔽单元格   java使用SQLite从数据库中选择“没有这样的列”   导入扫描程序后出现java编译错误   插入查询的java空指针异常   使用创建PostgreSQL数据库。Java应用中的sql脚本   java使用jsoup将HTML解析为格式化的明文