Need a button to download CSV file
Hi,
When I get the list of samples we need a button somewhere so that the full list can be downloaded as a CSV file and processed later. I could ctrl-a but I see that the names of the samples are the only thing that does not get selected:
even copying one by one the sample names seems to be a problem, when I put my cursor on the sample and drag to copy I cannot select anything. The only way to do what I need seems to be to:
- Click in the sample itself, go to the sample's page and copy the name from the header.
- Use
apd
to do this from a python script.
which both are time consumming and inconvenient.
Cheers.