You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, gasnomenclature does not work as expected, or has some issues if a delimeter for the genomic address besides the default ".".
GAS call is supposed to be flexible in the output, in that a delimeter other than the default can be set by using --gm_delimiter but the expected behavior of a command like:
nextflow run main.nf -profile docker,test --outdir results --gm_delimiter -
Still gives an output with the delimeter as the default "." which might be a GAS issue.
In addition, the tool is supposed to be able to accept address in the samplesheet with none "." characters but this is currently not the case. For example a samplesheet using:
However when I changed the pattern to "pattern": "^\\d+([_.-]\\d+)*$", it still fails. I think this is due to an issue with GAS 0.1.3
as the error looks like:
Error something went wrong with cluster assignment. check error messages ["Genomic address too short for samples: ['sample1', 'sample2', 'sample3'] based on {0: 10.0, 1: 5.0, 2: 0.0}"]
And when I run GAS with the file files I get the same thing.
In the PR 31 we also made it so the addresses in the database and samplesheet must have the same delimeter output by GAS but that does not break anything because right now gasnomenclature can only handle the delimeter "."
Command used and terminal output
No response
Relevant files
No response
System information
No response
The text was updated successfully, but these errors were encountered:
Description of the bug
Right now,
gasnomenclature
does not work as expected, or has some issues if a delimeter for the genomic address besides the default"."
.GAS call is supposed to be flexible in the output, in that a delimeter other than the default can be set by using
--gm_delimiter
but the expected behavior of a command like:Still gives an output with the delimeter as the default
"."
which might be a GAS issue.In addition, the tool is supposed to be able to accept address in the samplesheet with none
"."
characters but this is currently not the case. For example a samplesheet using:Causes an error. Though it was due to the schema for address not including anything besides
"."
gasnomenclature/assets/schema_input.json
Line 25 in 39c8c16
However when I changed the pattern to
"pattern": "^\\d+([_.-]\\d+)*$",
it still fails. I think this is due to an issue with GAS 0.1.3as the error looks like:
And when I run GAS with the file files I get the same thing.
In the PR 31 we also made it so the addresses in the database and samplesheet must have the same delimeter output by GAS but that does not break anything because right now
gasnomenclature
can only handle the delimeter"."
Command used and terminal output
No response
Relevant files
No response
System information
No response
The text was updated successfully, but these errors were encountered: