Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pengjia authored and pengjia committed Jul 11, 2019
1 parent 559a6bb commit 338f6f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ int usage(void) {
<< " 1. If your analysis are based on reference GRCh38.d1.vd1, you can ignore the scan step by downloading the microsatellites information on our github directly. \n\n"
<< " 2. If you don't have normal samples to build baseline(baseline step for tumor only sample detection), you can download the microsatellites information with baseline on our github or use -i option in pro module to set a hard cutoff directly.\n\n"

<< " If you have any questions, please contact with Peng Jia (pengjia@stu.xjtu.edu.cn) or Kai Ye (kaiye.xjtu.edu.cn) .\n"
<< " If you have any questions, please contact with Peng Jia (pengjia@stu.xjtu.edu.cn) or Kai Ye (kaiye@xjtu.edu.cn) .\n"
// << " 3. This module inherits from msisensor.If you used it for your work, please cite:\n"
// << " Beifang Niu*, Kai Ye*, Qunyuan Zhang, Charles Lu, Mingchao Xie, Michael D. McLellan, Michael C. Wendl and Li Ding#.MSIsensor: microsatellite instability detection using paired tu-mor-normal sequence data. Bioinformatics 30, 1015–1016 (2014)."
<< "\n\n";
Expand Down
4 changes: 2 additions & 2 deletions distribution.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ void ProUsage(void) {
<<" For diffferent requirements of users, we offer two choices.\n"
<<" * If you have no normal sample to train a baseline, you can use hard threshold (-i option) to defined an unstable.\n"
<<" * You can use also use soft threshold train by your self or download on our github(GRCh38.d1.vd1).\n\n"
<<" If you have any questions, please contact with Peng Jia (pengjia@stu.xjtu.edu.cn) or Kai Ye (kaiye.xjtu.edu.cn) .\n"
<<" If you have any questions, please contact with Peng Jia (pengjia@stu.xjtu.edu.cn) or Kai Ye (kaiye@xjtu.edu.cn) .\n"

<< std::endl;
exit(1);
Expand Down Expand Up @@ -263,7 +263,7 @@ void TrainUsage(void){


<<"Note:\n\n"
<<" If you have any questions, please contact with Peng Jia (pengjia@stu.xjtu.edu.cn) or Kai Ye (kaiye.xjtu.edu.cn) .\n"
<<" If you have any questions, please contact with Peng Jia (pengjia@stu.xjtu.edu.cn) or Kai Ye (kaiye@xjtu.edu.cn) .\n"


<< std::endl;
Expand Down

0 comments on commit 338f6f9

Please sign in to comment.