Skip to content

Commit 3d96af9

Browse files
Updated doc for goalign concat -l
1 parent 5284c05 commit 3d96af9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/commands/concat.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@
55
### concat
66
This command concatenates several alignments in one global alignment. Input alignments may be in phylip or fasta format. If input format is phylip, the file may contain several alignments to concatenate : `goalign concat -i several.phy`. If format is Fasta, all fasta files must be given independently with `goalign concat -i first.fa [second.fa, third.fa, ...]` or `goalign -i none [first.fa, second.Fa, third.fa, ...]`. The order of sequences in alignments may be different, `concat` command will match sequences based on their name.
77

8+
If `-l` is given, the coordinates of all the input alignments in the concatenated alignment are written in the log file (tab separated values : start (0-based inclusive), end (0-based exclusive), input file name).
9+
810
#### Usage
911
```
1012
Usage:
1113
goalign concat [flags] [alignment files]
1214
1315
Flags:
1416
-o, --output string Alignment output file (default "stdout")
15-
17+
-l, --log string Log output file (coordinates of all input alignments
18+
in the concatenated alignment) (default "none")
1619
Global Flags:
1720
-i, --align string Alignment input file (default "stdin")
1821
-p, --phylip Alignment is in phylip? False=Fasta

0 commit comments

Comments
 (0)