Skip to content

Commit

Permalink
Use .csv file extension for online display
Browse files Browse the repository at this point in the history
  • Loading branch information
robjgiff committed Sep 27, 2024
1 parent 174fc80 commit bd10811
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions glue/hcvReferenceSequences.glue
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@


# however, we will import the reference sequences from files
# We will import the reference sequences from files
import source sources/ncbi-refseqs
import source sources/ncbi-refseqs-subgenomic


# run the module update genotype / subtype for refseqs from file.
module reference-genotypes-populator populate -f tabular/hcvReferenceGenotypes.txt
module reference-genotypes-populator populate -f tabular/hcvReferenceGenotypes.csv

# The genotypes of these reference sequences were provided by D. Smith, in the alignment file.
multi-set field sequence -w "source.name = 'ncbi-refseqs'" genotyping_method "Provided with alignment"
Expand Down
File renamed without changes.

0 comments on commit bd10811

Please sign in to comment.