Show file path in ref2genome -local=false.
authorTom Clegg <tom@tomclegg.ca>
Wed, 11 Mar 2020 14:57:22 +0000 (10:57 -0400)
committerTom Clegg <tom@tomclegg.ca>
Wed, 11 Mar 2020 14:57:22 +0000 (10:57 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@tomclegg.ca>

ref2genome.go

index 31a4ee157da3a3b37d271c95044a00db7aaff56d..d8d4ad5d0673fcbc81cc0b26dc3afab186fc08b8 100644 (file)
@@ -79,7 +79,7 @@ func (cmd *ref2genome) RunCommand(prog string, args []string, stdin io.Reader, s
                if err != nil {
                        return 1
                }
-               fmt.Fprintln(stdout, output)
+               fmt.Fprintln(stdout, output+"/ref.genome")
                return 0
        }