Skip to content

Commit 07f9264

Browse files
author
Leon Kuchenbecker
committed
Added references for human IGH,IGK,IGL and TRA
1 parent ba0af91 commit 07f9264

6 files changed

Lines changed: 1145 additions & 3 deletions

File tree

Homo.Sapiens.IGH.fa

Lines changed: 534 additions & 0 deletions
Large diffs are not rendered by default.

Homo.Sapiens.IGK.fa

Lines changed: 160 additions & 0 deletions
Large diffs are not rendered by default.

Homo.Sapiens.IGL.fa

Lines changed: 182 additions & 0 deletions
Large diffs are not rendered by default.

Homo.Sapiens.TRA.fa

Lines changed: 266 additions & 0 deletions
Large diffs are not rendered by default.

cdr3_cli.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ inline void initializeLog(Log & log, ArgumentParser& parser, std::string const &
7272
inline void parseCommandLine(CdrOptions & options, String<std::string> & inFilePaths, const int argc, const char** argv) {
7373

7474
ArgumentParser parser("imseq");
75-
setVersion(parser, "1.0.1");
76-
setDate(parser, "April 2015");
75+
setVersion(parser, "1.0.2");
76+
setDate(parser, "July 2015");
7777

7878
addUsageLine(parser, "-ref <segment reference> [\\fIOPTIONS\\fP] <VDJ reads>");
7979
addUsageLine(parser, "-ref <segment reference> [\\fIOPTIONS\\fP] <V reads> <VDJ reads>");

util/mkBinTarball

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ mkdir "$targetDir"
2121
cd "$targetDir"
2222

2323
# Copy the necessary files
24-
cp -rv "$imseqDir"/Homo.Sapiens.TRB.fa "$imseqDir"/LICENSE "$imseqDir"/examples "$imseqDir"/util/bin-tarball/* "$binPath" .
24+
cp -rv "$imseqDir"/Homo.Sapiens.???.fa "$imseqDir"/LICENSE "$imseqDir"/examples "$imseqDir"/util/bin-tarball/* "$binPath" .
2525
cd ..

0 commit comments

Comments
 (0)