Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
Hinch Single Sperm DNA Seq Processing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BioCellGen-public
Hinch Single Sperm DNA Seq Processing
Commits
04205596
Commit
04205596
authored
3 years ago
by
Ruqian Lyu
Browse files
Options
Downloads
Patches
Plain Diff
update slurm script
parent
81089018
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
submit-wgetSRAFastqdump.sh
+7
-5
7 additions, 5 deletions
submit-wgetSRAFastqdump.sh
with
7 additions
and
5 deletions
submit-wgetSRAFastqdump.sh
+
7
−
5
View file @
04205596
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
#SBATCH --ntasks=8
#SBATCH --ntasks=8
#SBATCH --time=100:15:00
#SBATCH --time=100:15:00
#SBATCH --mem=8048
#SBATCH --mem=8048
#SBATCH --array=
46-63%1
#SBATCH --array=
1-219%5
#SBATCH --output=fastqDumper%A_%a.out
#SBATCH --output=fastqDumper%A_%a.out
#SBATCH --partition=primary
#SBATCH --partition=primary
...
@@ -11,12 +11,14 @@ echo "SLURM_JOBID: " $SLURM_JOBID
...
@@ -11,12 +11,14 @@ echo "SLURM_JOBID: " $SLURM_JOBID
echo
"SLURM_ARRAY_TASK_ID: "
$SLURM_ARRAY_TASK_ID
echo
"SLURM_ARRAY_TASK_ID: "
$SLURM_ARRAY_TASK_ID
echo
"SLURM_ARRAY_JOB_ID: "
$SLURM_ARRAY_JOB_ID
echo
"SLURM_ARRAY_JOB_ID: "
$SLURM_ARRAY_JOB_ID
scc
=
$(
cat
srr_failed
.txt |
sed
-n
${
SLURM_ARRAY_TASK_ID
}
"p"
)
scc
=
$(
cat
SRR_Acc_List_hinch
.txt |
sed
-n
${
SLURM_ARRAY_TASK_ID
}
"p"
)
echo
$scc
echo
$scc
#mkdir $scc
mkdir
data/
$scc
wget
--output-document
=
${
scc
}
/
${
scc
}
.sra https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos1/sra-pub-run-2/
${
scc
}
/
${
scc
}
.1
mv
${
scc
}
/
${
scc
}
.sra
${
scc
}
/
${
scc
}
#wget --output-document=${scc}/${scc}.sra https://sra-downloadb.be-md.ncbi.nlm.nih.gov/sos1/sra-pub-run-2/${scc}/${scc}.1
#mv ${scc}/${scc}.sra ${scc}/${scc}
fasterq-dump
--split-files
--outdir
data/
${
scc
}
/
--threads
8
${
scc
}
/
${
scc
}
fasterq-dump
--split-files
--outdir
data/
${
scc
}
/
--threads
8
${
scc
}
/
${
scc
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment