abstract class AbstractRenameReferences extends Object implements Callable<Integer>
| Modifier and Type | Field and Description |
|---|---|
protected Path |
inputPath |
protected File |
outputFile |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractRenameReferences(boolean chr,
Path inputPath,
File outputFile)
Create a new rename references callable.
|
| Modifier and Type | Method and Description |
|---|---|
protected static String |
addChr(String referenceName)
Add "chr" to the specified reference name.
|
protected static String |
removeChr(String referenceName)
Remove "chr" from the specified reference name.
|
protected String |
rename(String referenceName)
Rename the specified reference name.
|
protected static String addChr(String referenceName)
referenceName - reference nameprotected static String removeChr(String referenceName)
referenceName - reference nameCopyright (c) 2013-2023 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).