Skip to content

Conversation

@Jeltje
Copy link

@Jeltje Jeltje commented Mar 3, 2017

This PR includes the following changes:

  • upgrade cwl to v1.0 and rename to cwl to make compatible with Dockstore
  • add test input json file with publicly available data
  • add option to input gzipped genome
  • change default docker container to quay.io

pindel.py Outdated
import vcf

def gunzip(infile, outfile):
cmd = (' ').join(['zcat', infile])
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The parenthesis around (' ') aren't needed

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this applies to all the open PRs

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've changed them in all

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants