-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from JonathonMifsud/update-v1.0.4
Update v1.0.4
- Loading branch information
Showing
39 changed files
with
1,269 additions
and
509 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ | |
# script to blastn and extract positive virus contigs | ||
|
||
#PBS -N blastn_custom_array | ||
#PBS -l select=1:ncpus=6:mem=20GB | ||
#PBS -l walltime=24:00:00 | ||
#PBS -l select=1:ncpus=12:mem=120GB | ||
#PBS -l walltime=48:00:00 | ||
#PBS -M [email protected] | ||
#PBS -m abe | ||
|
||
|
@@ -33,9 +33,8 @@ function blastToFasta { | |
rm "$outpath"/"$library_id""_temp_contig_names.txt" | ||
} | ||
|
||
|
||
# Setting variables - you shouldn't really need to change these other than resource allocations | ||
library_id="$(basename -- "$input")" | ||
|
||
outpath="$wd" | ||
CPU=6 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.