Results for "User"

Blogs

  • AWK for beginners !

    ...# # Bob Jones 32 # Jane Doe 22 # Steve Stevens 83 # Bob Smith 29 # Bob Barker 72 # # Here's the script: BEGIN { # First, ask the user for the name print "What...

    1834 days ago

  • Basic Structure of Snakemake Pipeline Run !

    /user/snakemake-demo$ ls config.json data envs scripts slurm-240702.out Snakefile...of the jobs to be run without actually executing them. snakemake --dry-run User can execute rules of interest...

    932 days ago

  • Installing ELGG on Ubuntu !

    ...environment. It provides a simple and powerful user interface that helps to manag...g Next, you will need to create a database and user for Elgg. First, log in to My...llowing command: CREATE DATABASE elgg; CREATE USER 'elgg'@'localhost' IDENTIFIED...

    709 days ago

  • SLURM Commands

    ...sbatch myscript.sh 3. Query job informationList all currently submitted jobs in running and pending states for a user: squeue -u <username> Command&...

    667 days ago

  • Common steps for reads mapping !

    ..., it may need to be filtered or trimmed before mapping. Run the mapper: The mapper is run with the command-line interface or using a graphical user interface. The specific comma...

    421 days ago