diff options
| author | Xavier Roche <xroche@users.noreply.github.com> | 2013-09-03 17:43:22 +0000 |
|---|---|---|
| committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-09-03 17:43:22 +0000 |
| commit | fd69106947dbb0a5139b032c6c8f7978092061ca (patch) | |
| tree | 0ae2243b91fa88b5acc13d5082b4f12763e1b529 /src/htslib.c | |
| parent | 5bd7e12eae850318e4c853177c2e97500985a1ac (diff) | |
Added option '-%t', preserving the original file type (which may produce non-browseable file locally)
Diffstat (limited to 'src/htslib.c')
| -rw-r--r-- | src/htslib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htslib.c b/src/htslib.c index bb46f94..6a9ba4c 100644 --- a/src/htslib.c +++ b/src/htslib.c @@ -5464,6 +5464,7 @@ HTSEXT_API httrackp *hts_create_opt(void) { opt->extdepth = 0; // mais pas à l'extérieur opt->seeker = 1; // down opt->urlmode = 2; // relatif par défaut + opt->no_type_change = 0; // change file types opt->debug = 0; // pas de débug en plus opt->getmode = 3; // linear scan opt->maxsite = -1; // taille max site (aucune) |
