... | ... | @@ -563,4 +563,17 @@ git push |
|
|
```
|
|
|
mkdir slurm_files
|
|
|
mv slurm* slurm_files/.
|
|
|
``` |
|
|
\ No newline at end of file |
|
|
```
|
|
|
|
|
|
##############################
|
|
|
# Notes - for 2018_GDB data #
|
|
|
##############################
|
|
|
1. Flye does not produce metabat bins. Reason == only 2 contigs (less than 1500 bp) have coverages over 1.
|
|
|
2. Should we adjust the "minCV" parameter for metabat?
|
|
|
3. Added the snakemake "--keep-going" or "-k" flag to the launcher to finish the independent jobs, and restarted
|
|
|
4. Need to fix checkm and gtdbktk runs
|
|
|
5. CheckM was throwing file missing erros, so did the following:
|
|
|
```
|
|
|
cp /home/users/sbusi/apps/checkm/* /home/users/sbusi/.checkm/.
|
|
|
```
|
|
|
6. Use "checkm data setRoot" to specify the location of CheckM database files. |
|
|
\ No newline at end of file |