Skip to content

Commit

Permalink
ex-209 (jebene) - removed filter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jebene committed Apr 13, 2015
1 parent 4fd8fff commit b664f00
Show file tree
Hide file tree
Showing 21 changed files with 321 additions and 579 deletions.
354 changes: 0 additions & 354 deletions jacquard/commands/filter.py

This file was deleted.

5 changes: 4 additions & 1 deletion jacquard/commands/merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@
* Calls for the same patient/sample are joined into a single column. Each output
column is the patient name (prefix of the file name) plus the sample name
from the column header.
* The merged file will have as many records as the distinct set of
* By default, the merged file will have as many records as the distinct set of
(chrom, pos, ref, alt) across all input files.
Running Merge with "--include_variants" or "--include_loci" will reduce the
number of records in the merged file to include only those which conform
with the desired flag.
* Each variant record will have the minimal set of incoming format tags for
that variant (i.e. the list of format tags is specific to each record).
* Incoming QUAL and INFO fields are ignored.
Expand Down
2 changes: 0 additions & 2 deletions jacquard/jacquard.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
from jacquard import __version__
import jacquard.command_validator as command_validator
import jacquard.commands.expand as expand
import jacquard.commands.filter as filter
import jacquard.logger as logger
import jacquard.commands.merge as merge
import jacquard.commands.summarize as summarize
Expand All @@ -61,7 +60,6 @@


_SUBCOMMANDS = [translate,
filter,
merge,
summarize,
expand]
Expand Down
File renamed without changes.
Loading

0 comments on commit b664f00

Please sign in to comment.