Skip to content

Commit 70c5035

Browse files
committed
Revert nonfunctional terra support workaround
1 parent f7ac4c3 commit 70c5035

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vcf-to-gds/vcf-to-gds.wdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ task unique_variant_id {
9090
9191
for BASH_FILE in ${BASH_FILES[@]};
9292
do
93-
ln -s ${BASH_FILE} .
93+
cp ${BASH_FILE} .
9494
done
9595
9696
echo "Generating config file"
@@ -141,7 +141,7 @@ task unique_variant_id {
141141
CODE
142142
143143
echo "Calling uniqueVariantIDs.R"
144-
sudo su - root
144+
#sudo su - root
145145
Rscript /usr/local/analysis_pipeline/R/unique_variant_ids.R unique_variant_ids.config
146146
>>>
147147
# Estimate disk size required

0 commit comments

Comments
 (0)