Zhihui 4 lat temu
rodzic
commit
1e348271cf
2 zmienionych plików z 0 dodań i 13 usunięć
  1. +0
    -8
      inputs
  2. +0
    -5
      workflow.wdl

+ 0
- 8
inputs Wyświetl plik

@@ -1,8 +1,5 @@
{
"{{ project_name }}.inputSamplesFile": "{{ inputSamplesFile }}",
#"{{ project_name }}.sample_id": "{{ sample_id }}",
#"{{ project_name }}.read1": "{{ read1 }}",
#"{{ project_name }}.read2": "{{ read2 }}",
"{{ project_name }}.idx": "oss://pgx-reference-data/reference/hisat2/grch38_snp_tran/",
"{{ project_name }}.gtf": "oss://pgx-reference-data/reference/annotation/Homo_sapiens.GRCh38.93.gtf",
"{{ project_name }}.idx_prefix": "genome_snp_tran",
@@ -14,8 +11,6 @@
"{{ project_name }}.stringtie.cluster": "OnDemand bcs.a2.large img-ubuntu-vpc",
"{{ project_name }}.fastp.docker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/fastp:0.19.6",
"{{ project_name }}.fastp.cluster": "OnDemand bcs.a2.large img-ubuntu-vpc",
#"{{ project_name }}.adapter_sequence": "{{ adapter_sequence }}",
#"{{ project_name }}.adapter_sequence_r2": "{{ adapter_sequence_r2 }}",
"{{ project_name }}.fasta": "GRCh38.d1.vd1.fa",
"{{ project_name }}.fastqc.disk_size": "150",
"{{ project_name }}.gtf": "oss://pgx-reference-data/reference/annotation/Homo_sapiens.GRCh38.93.gtf",
@@ -24,15 +19,12 @@
"{{ project_name }}.qualimapBAMqc.disk_size": "500",
"{{ project_name }}.fastqc.docker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/fastqc:v0.11.5",
"{{ project_name }}.fastqscreen.docker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/fastqscreen:0.12.0",
#"{{ project_name }}.qualimapRNAseq.docker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/qualimap:2.0.0",
"{{ project_name }}.screen_ref_dir": "oss://pgx-reference-data/fastq_screen_reference/",
"{{ project_name }}.fastq_screen_conf": "oss://pgx-reference-data/fastq_screen_reference/fastq_screen.conf",
"{{ project_name }}.multiqc.cluster_config": "OnDemand bcs.b2.3xlarge img-ubuntu-vpc",
"{{ project_name }}.multiqc.docker": "registry-vpc.cn-shanghai.aliyuncs.com/pgx-docker-registry/multiqc:v1.8",
#"{{ project_name }}.qualimapRNAseq.disk_size": "500",
"{{ project_name }}.qualimapBAMqc.docker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/qualimap:2.0.0",
"{{ project_name }}.qualimapBAMqc.cluster_config": "OnDemand bcs.a2.7xlarge img-ubuntu-vpc",
#"{{ project_name }}.qualimapRNAseq.cluster_config": "OnDemand bcs.a2.7xlarge img-ubuntu-vpc",
"{{ project_name }}.fastqscreen.disk_size": "100",
"{{ project_name }}.multiqc.disk_size": "100",
"{{ project_name }}.ref_dir": "oss://chinese-quartet/quartet-storage-data/reference_data/"

+ 0
- 5
workflow.wdl Wyświetl plik

@@ -13,9 +13,6 @@ workflow {{ project_name }} {
Array[Array[File]] inputSamples = read_tsv(inputSamplesFile)
String fasta
#String sample_id
#String adapter_sequence
#String adapter_sequence_r2
String idx_prefix
String hisat2.docker
String samtools.docker
@@ -41,8 +38,6 @@ workflow {{ project_name }} {
String multiqc.disk_size
File screen_ref_dir
File fastq_screen_conf
#File read1
#File read2
File idx
File gtf
File ref_dir

Ładowanie…
Anuluj
Zapisz