Changes between Version 4 and Version 5 of FrequentlyAskedQuestions


Ignore:
Timestamp:
Jul 5, 2011, 12:43:42 PM (13 years ago)
Author:
Patrik Söderström
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FrequentlyAskedQuestions

    v4 v5  
    22Please add questions here if you think the answer is relevant to other users.
    33
    4 1. How do I login to the grid?
     4'''1.''' How do I login to the grid?
    55To login, open either Terminal (Mac) or Putty (PC) and type in the following command:
    66ssh -Y username@my-mgrid.mykopat.slu.se
    77Remember your username is the same as your AD account . You will be prompted for your password, just enter your AD password.
    88
    9 2: How do I start my job in the queuing system?
     9'''2.''' How do I start my job in the queuing system?
    1010To start your job in the queuing system please refer to the following guide.
    1111In brief, you will create a script file that will contain the information needed to run your job, including a command to start whatever program you want to run with its parameters. The script also contains information on your email address, what folder to run the program in , how much time the job will need and how much memory the job will need (RAM).
    1212
    13 3: How do I start an interactive job using the queue system for programs like: [wiki:Blast2Go], [wiki:Tablet] and [wiki:Mothur]?
     13'''3.''' How do I start an interactive job using the queue system for programs like: [wiki:Blast2Go], [wiki:Tablet] and [wiki:Mothur]?
    1414To start these types of programs you must first get a VNC (Virtual Network Computing) session opened in Terminal or Putty.
    1515Logon to the grid as you would do normally and once the prompt is up, type in the command '''vncserver'''.
     
    1919A VNC window should open up and you will be in the Debian GUI (Graphical User Interface). You can then go into Applications/Terminal in the GUI and run Blast2Go, Tablet or Mothur.
    2020
    21 4: How do I transfer files between my computer and my grid home folder?
     21'''4.''' How do I transfer files between my computer and my grid home folder?
    2222To transfer files, you can use either Terminal/Putty or a GUI program such as Fugu/WinSCP. To transfer in Terminal/Putty use the copy command - cp,
    2323(for example: cp filename source folder/filename destination). In Fugu/WinSCP you connect to the server and basically drag and drop like in Finder and Explorer.
    2424
    25 5. Can I drag and drop files in Fugu and WinSCP?
     25'''5.''' Can I drag and drop files in Fugu and WinSCP?
    2626You can drag and drop files within Fugu and WinSCP but not directly from your desktop to either program. You must have either program setup so that there are two windows so you can select a source on one side and destination on the other.
    2727
    28 6. How do I start the program Velvet, or any other program on the grid for that matter?
     28'''6.''' How do I start the program Velvet, or any other program on the grid for that matter?
    2929To start programs on the grid, most of the manuals have commands that are usually used in starting the programs. However, on our grid, we have simplified the process somewhat and most of the time you will only need to type in the program name to get it to start.
    3030For example -
     
    3434This is also the case with running any specific scripts - you will not need to use " ./ " before the script name to get it to run.
    3535
    36 7. How do I start Mr. Bayes as an interactive job in the queue?
     36'''7.''' How do I start Mr. Bayes as an interactive job in the queue?
    3737To start Mr Bayes in the interactive queue, at the prompt you type in the command qrsh. This will start a job in the queue, please note you must ask for a run time and RAM allocation just as you would with a regular job request. Once the session is open in another shell, you would simply run the program Mr Bayes by going into the directory where you have the program and your data files and start the program.
    3838
     
    4545
    4646Please refer to this guide for an example.
    47 8. How do I run the shuffleSequences_fastq.pl script under Velvet?
     47
     48'''8.''' How do I run the shuffleSequences_fastq.pl script under Velvet?
    4849This script has been replaced in our sytem with the script shuffleSeqs. Simple type in the script name "shuffleSeqs" at the prompt and it will show you the input format to use.