Entering edit mode
11 months ago
Hey folks, i have used this code to download a my query
esearch -db sra -query '("BACTERIA_NAME"[Organism] OR BACTERIA_NAME[All Fields]) AND "BACTERIA_NAME"[orgn] AND ("strategy wgs"[Properties] AND "library layout paired"[Properties] AND "filetype fastq"[Properties])' | efetch -format runinfo -mode text > first_file.tsv
now i have a bunch of SRA file but i would like to look for their respective published paper. how do i do it?
best ~scholar aldre
The linking between the SRA record and PubMed is not always there. Onus is probably on the submitters to indicate when an accession is published. PubMed may do some linking back but it does not seem to be fool proof.
I think your command is not really returning anything?
I use "BACTERIA_NAME" to make sure it is general enough for people in from different background to understand, but I was wrong, i created more confusion sorry