Changes between Version 33 and Version 34 of FAQ


Ignore:
Timestamp:
09/02/25 09:39:33 (6 weeks ago)
Author:
gbell
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v33 v34  
    221221     * nt                         => 2.9
    2222221. [=#tophat_bowtie How do I run '''tophat/bowtie on the LSF with a gzip'd tar (*.tar.gz)''' file?]
    223   * bsub bash -c "tophat ... <(tar xvzfO ...) <(tar xvzfO ...)", this is using process substitution
    224     * eg. bsub bash -c "tophat -p 10 -g 1 -o mapped_data_SRR905147_unique -N 2 -I 10000 --segment-length 25 --segment-mismatches 2 hg19 <(tar xvzfO s_2_1_sequence.txt.tar.gz ACTTGA-s_2_1_sequence.txt) <(tar xvzfO CAGATC-s_2_1_sequence.txt.tar.gz CAGATC-s_2_1_sequence.txt)"
     223  * sbatch --partition=20 --job-name=tophat--mem=32G --wrap "tophat ... <(tar xvzfO ...) <(tar xvzfO ...)", this is using process substitution
     224    * eg. sbatch --partition=20 --job-name=tophat--mem=32G --wrap "tophat -p 10 -g 1 -o mapped_data_SRR905147_unique -N 2 -I 10000 --segment-length 25 --segment-mismatches 2 hg19 <(tar xvzfO s_2_1_sequence.txt.tar.gz ACTTGA-s_2_1_sequence.txt) <(tar xvzfO CAGATC-s_2_1_sequence.txt.tar.gz CAGATC-s_2_1_sequence.txt)"
    2252251. [=#alphafold How can I run '''AlphaFold 2.3''' here at Whitehead?]
    226226  * You'll need access to a system with a GPU, or the new GPU queue.  IT can help you choose and obtain access to GPU systems if required.