Skip to content

Commit bee87e3

Browse files
committed
New INS report output order.
1 parent d11e2dd commit bee87e3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.create_ins_report.sh.swp

16 KB
Binary file not shown.

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2021/09/20
2+
* Modified INS report output, from: SCVKRINADFL to: SRIACDFL
3+
14
2021/09/16
25
* Added default "--resume" option in run_viralrecon.sh
36
* New script "publis.sh" added. Still no functional.

create_ins_report.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,10 +327,11 @@ do
327327
cat v | tr '\n' ' ' > V
328328

329329

330-
#Paste does all the magic. Easy to modify columns position.
330+
# Paste does all the magic. Easy to modify columns position.
331331
# We have to give the relative path to the file because now we
332332
# are into the tmp folder.
333-
paste S C V K R I N A D F L >> ../${reportMainFile}
333+
# paste S C V K R I N A D F L >> ../${reportMainFile}
334+
paste S R I A C D F L >> ../${reportMainFile}
334335

335336
#We need to get back one dir up.
336337
cd ..

0 commit comments

Comments
 (0)