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.

3 年之前
12345678910111213
  1. {
  2. "{{ project_name }}.fasta": "{{ fasta }}",
  3. "{{ project_name }}.disk_size": "{{ disk_size }}",
  4. "{{ project_name }}.FASTQCdocker": "{{ FASTQCdocker }}",
  5. "{{ project_name }}.read2": "{{ read2 }}",
  6. "{{ project_name }}.sample_name": "{{ sample_name }}",
  7. "{{ project_name }}.read1": "{{ read1 }}",
  8. "{{ project_name }}.screen_ref_dir": "{{ screen_ref_dir }}",
  9. "{{ project_name }}.BIGcluster_config": "{{ BIGcluster_config }}",
  10. "{{ project_name }}.fastq_screen_conf": "{{ fastq_screen_conf }}",
  11. "{{ project_name }}.FASTQSCREENdocker": "{{ FASTQSCREENdocker }}",
  12. "{{ project_name }}.ref_dir": "{{ ref_dir }}"
  13. }