Make the WWS.inherits consistent with variants inheritance configuration (#2251)
* Make the WWS.inherits consistent with variants inheritance configuration * doc refine
This commit is contained in:
parent
a7b4790cd5
commit
96456df68a
3 changed files with 55 additions and 26 deletions
|
@ -11,6 +11,7 @@ export default async function processLigSetPreDef(argv, dirs) {
|
|||
const headerPath = path.resolve(dirs.fragments, "description-predefined-ligation-sets.md");
|
||||
md.log(await fs.promises.readFile(headerPath, "utf-8"));
|
||||
for (const gr in ligData.rawSets) {
|
||||
if (!ligData.rawSets[gr].desc) continue;
|
||||
const readmeDesc =
|
||||
ligData.rawSets[gr].readmeDesc ||
|
||||
`Default ligation set would be assigned to ${ligData.rawSets[gr].desc}`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue