Skip to content

Conversation

@cmnbroad
Copy link
Collaborator

@cmnbroad cmnbroad commented Nov 6, 2017

Change the default extension for auto-expansion of command line args to ".args" from ".list", which was causing problems with Picard interval lists. Fixes #94.

This is a short term fix. The longer term fix is in #95.

Copy link
Contributor

@droazen droazen left a comment

Choose a reason for hiding this comment

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

👍 merge when ready

@codecov-io
Copy link

codecov-io commented Nov 6, 2017

Codecov Report

Merging #111 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #111   +/-   ##
=========================================
  Coverage     75.69%   75.69%           
  Complexity      580      580           
=========================================
  Files            22       22           
  Lines          2181     2181           
  Branches        449      449           
=========================================
  Hits           1651     1651           
  Misses          351      351           
  Partials        179      179
Impacted Files Coverage Δ Complexity Δ
...e/barclay/argparser/CommandLineArgumentParser.java 82.35% <ø> (ø) 176 <0> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b2e9b07...9f3b248. Read the comment docs.

@cmnbroad cmnbroad merged commit 61857ed into master Nov 7, 2017
@cmnbroad cmnbroad deleted the cn_change_args_list_extension branch November 7, 2017 00:09
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.

Change the list file argument expansion extension from ".list" to ".args"

4 participants