Closed ChristopheLegendre closed 4 years ago
module load
is also present other files such as increate_sexCheck_SNP_list.sh
. I thought it was ok to put it. --> I removed the line and now check for the presence of gatk
tool in the user's PATH. That may imply that the variable GATK_MODULE
in the ini
file should not be defined.@ChristopheLegendre Can you add Lines 4-35 from the phoenix_resources.ini to the suncity_resources.ini. Then you can wrap the if statement in the ENVIROMENT variable, and still use module load locally, I didn't realize you could check for things the path so I'd still do that in the else section. See the new salmon script for an example (https://github.com/tgen/jetstream_resources/blob/master/phoenix/create_salmon_index.sh)
lines added to suncity_resources.ini
file and script updated accordingly
I have added a script create_mappability_file.sh to automatically capture GRCh37-single-read Umap K100 mappability file for GATK CNV. I also updated the suncity_resources.ini by adding a variable pointing to the expected compressed bed file.