Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Looks like parameter file needs update past 2.0.3 #20

Open
denis-yuen opened this issue Sep 25, 2019 · 2 comments
Open

Looks like parameter file needs update past 2.0.3 #20

denis-yuen opened this issue Sep 25, 2019 · 2 comments

Comments

@denis-yuen
Copy link

{
  "reference": {
    "path": "/path/to/core_ref_GrCh38.tar.gz",
    "class": "File"
  },
  "bwa_idx": {
    "path": "/path/to/bwa_idx_GrCh38.tar.gz",
    "class": "File"
  },
  "sample": "sim",
  "seq_in": [
    {
      "path": "/path/to/read_1.fastq",
      "class": "File"
    },
    {
      "path": "/path/to/read_2.fastq",
      "class": "File"
    }
  ],
  "out_bam": {
    "path": "/path/to/mapped.bam",
    "class": "File"
  },
  "bwa": " -Y -K 100000000",
  "mmqc": false,
  "mmqcfrac": 0.05
}

See conversation at https://gitter.im/ga4gh/dockstore?at=5d8beae234a7236bf5bef131

@byb121
Copy link

byb121 commented Sep 27, 2019

Checked. We have the correct example files on Dockstore website and in this repo. We'll need someone to point us to the wrong example.

@keiranmraine
Copy link
Contributor

Currently reorganising the base code from the CWL+helpers. Should be a new release soon and will confirm all examples are working as expected during this cycle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants