Ad
Download Data From Ftp Server Of ENA Database Using Accession Numbers
I would like to download complete protein sequences of some organisms given in ENA database (under genomes at ENA section) with the information I have i.e. around 2500 accession numbers.
I tried to dig deeper to find them in ftp server using taxonomy division and all. but could not find anything relevant. Downloading them one by one would not be an ideal solution.
Hence could you guys help me if you know any packages in R or python do this for me?
Ad
Answer
I found the solution to my subjective problem:
curl -F [email protected]<input_file_path> http://www.ebi.ac.uk/ena/data/download?
display=<output_format>
-o<output_file_name>
Ad
source: stackoverflow.com
Related Questions
- → What are the pluses/minuses of different ways to configure GPIOs on the Beaglebone Black?
- → Django, code inside <script> tag doesn't work in a template
- → React - Django webpack config with dynamic 'output'
- → GAE Python app - Does URL matter for SEO?
- → Put a Rendered Django Template in Json along with some other items
- → session disappears when request is sent from fetch
- → Python Shopify API output formatted datetime string in django template
- → Can't turn off Javascript using Selenium
- → WebDriver click() vs JavaScript click()
- → Shopify app: adding a new shipping address via webhook
- → Shopify + Python library: how to create new shipping address
- → shopify python api: how do add new assets to published theme?
- → Access 'HTTP_X_SHOPIFY_SHOP_API_CALL_LIMIT' with Python Shopify Module
Ad