You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

defaults 2.3KB

5 yıl önce
5 yıl önce
5 yıl önce
5 yıl önce
5 yıl önce
4 yıl önce
5 yıl önce
5 yıl önce
12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "idx": "oss://pgx-reference-data/reference/hisat2/grch38_snp_tran/",
  3. "gtf": "oss://pgx-reference-data/reference/annotation/Homo_sapiens.GRCh38.93.gtf",
  4. "idx_prefix": "genome_snp_tran",
  5. "screen_ref_dir": "oss://pgx-reference-data/fastq_screen_reference/",
  6. "fastq_screen_conf": "oss://pgx-reference-data/fastq_screen_reference/fastq_screen.conf",
  7. "fastqscreen_docker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/fastqscreen:0.12.0",
  8. "fastqscreen_cluster": "OnDemand bcs.b2.3xlarge img-ubuntu-vpc",
  9. "fastqc_docker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/fastqc:v0.11.5",
  10. "fastqc_cluster": "OnDemand bcs.b2.3xlarge img-ubuntu-vpc",
  11. "fastp_docker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/fastp:0.19.6",
  12. "fastp_cluster": "OnDemand bcs.a2.xlarge img-ubuntu-vpc",
  13. "trim_front1": "0",
  14. "trim_tail1": "0",
  15. "max_len1": "0",
  16. "trim_front2": "0",
  17. "trim_tail2": "0",
  18. "max_len2": "0",
  19. "adapter_sequence": "AGATCGGAAGAGCACACGTCTGAACTCCAGTCA",
  20. "adapter_sequence_r2": "AGATCGGAAGAGCGTCGTGTAGGGAAAGAGTGT",
  21. "disable_adapter_trimming": "0",
  22. "length_required": "50",
  23. "length_required1": "20",
  24. "UMI": "0",
  25. "umi_len": "0",
  26. "umi_loc": "umi_loc",
  27. "qualified_quality_phred": "20",
  28. "disable_quality_filtering": "1",
  29. "hisat2_docker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/hisat2:v2.1.0-2",
  30. "hisat2_cluster": "OnDemand bcs.a2.3xlarge img-ubuntu-vpc",
  31. "samtools_docker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/samtools:v1.3.1",
  32. "samtools_cluster": "OnDemand bcs.a2.large img-ubuntu-vpc",
  33. "qualimap_docker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/qualimap:2.0.0",
  34. "qualimap_cluster": "OnDemand bcs.a2.3xlarge img-ubuntu-vpc",
  35. "stringtie_docker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/stringtie:v1.3.4",
  36. "stringtie_cluster": "OnDemand bcs.a2.large img-ubuntu-vpc",
  37. "ballgown_docker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/pgx-ballgown:0.0.1",
  38. "ballgown_cluster": "OnDemand bcs.a2.large img-ubuntu-vpc",
  39. "count_docker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/count:v1.0",
  40. "count_cluster": "OnDemand bcs.a2.large img-ubuntu-vpc",
  41. "insert_size":"8000",
  42. "count_length": "150"
  43. }