User Tools

Site Tools


faq

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
faq [2022/06/29 06:38] flackfaq [2022/06/29 14:56] flack
Line 1: Line 1:
 ====== Frequently asked questions (FAQ) ====== ====== Frequently asked questions (FAQ) ======
 +
 +====I get an error message "invalid file" when I upload a docking target file. What can I do?====
 +
 +Please check if you have uploaded a valid PDB file. If so please try to remove any excess lines NOT starting with "ATOM" or "TER" or "END" expressions. On Linux bash this command will do the trick:
 +<code>
 +cat input.pdb | grep -E "^ATOM|^TER|^END" > fixed.pdb
 +</code>
 +
  
 ====How can I get access to a Linux system if my operating system is Windows?==== ====How can I get access to a Linux system if my operating system is Windows?====
Line 79: Line 87:
 ====Will my previous searches deleted?==== ====Will my previous searches deleted?====
  
-We won’t delete any of your search/screen results. However, you can delete them if you’d like by selecting the collection under the "collectionstab and clicking on Delete.+Searches created by anonymous users (not authenticated users) get deleted after some time, but if you registered an Mcule user account and perform searches workflows while you are signed in (as an authenticated user)those searches / workflow results will remain until you delete them. You can delete them by selecting the collection(s) on the  "Collectionspage and clicking on "Delete".
  
 ====Where can I access my previous search results?==== ====Where can I access my previous search results?====
  
-Under the Collections” tab. All your previous search/screen results are listed here ranked by their date of creation.+On the "Collections" page. All your previous search/workflow results are listed here sorted by their date of creation.
  
 ====How many searches and screens can I run?==== ====How many searches and screens can I run?====
faq.txt · Last modified: 2024/04/09 08:33 by rkiss