We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When exporting samples using the NCBI Export, there is a field in the form to enter the library name of a sample:
However, when looking at the produced submission.xml file, the <library_name> attribute is blank:
submission.xml
<library_name>
<Attribute name="instrument_model">Illumina HiSeq 4000</Attribute> <Attribute name="library_name"></Attribute> <Attribute name="library_strategy">WGS</Attribute> <Attribute name="library_source">GENOMIC</Attribute> <Attribute name="library_selection">RANDOM</Attribute> <Attribute name="library_layout">PAIRED</Attribute> <Attribute name="library_construction_protocol">CONSTRER</Attribute>
What were you doing when you encountered the problem?
library_name
I expected the <library_name> to match what was shown in the web form.
None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When exporting samples using the NCBI Export, there is a field in the form to enter the library name of a sample:
![image](https://user-images.githubusercontent.com/200517/213774142-3de92f05-3a6f-43bb-bc85-99bb724a6ad1.png)
However, when looking at the produced
submission.xml
file, the<library_name>
attribute is blank:Steps to reproduce the problem
What were you doing when you encountered the problem?
submission.xml
file produced. Thelibrary_name
will be blank.Expected behaviour
I expected the
<library_name>
to match what was shown in the web form.Additional context
None
The text was updated successfully, but these errors were encountered: