Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
junshang 66e4ae2c90 reivsed readme il y a 3 ans
tasks revised input il y a 3 ans
README.md reivsed readme il y a 3 ans
inputs revised input il y a 3 ans
samples.json reivsed json files il y a 3 ans
workflow.wdl revised input il y a 3 ans

README.md

Author: Jun Shang Email: shangjunv@163.com Last Updates: 10/05/2022

Requirements

  • choppy
  • Ali-Cloud
# Activate choppy environment
$ open-choppy-env

# Install app
$ choppy install junshang/catreads

# Create input file `samples.json`
touch samples.json

quick start

$ choppy batch junshang/catreads-latest sample.json -p Your_project_name

Input File

Input file samples.json should be in the form of json. For example:

{
  "fqs": [
    "oss://choppy-app-example-data/RNAseq/fastq_1m_reads/tumor_1M_1_R1.fq.gz",
    "oss://choppy-app-example-data/RNAseq/test_fq/test_R1.fq.gz"
  ],
  "sample_name": "test_1.fq.gz",
  "sample_id": "test_1",
  "disk_size": 200
}