Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Reads_Quality_Control
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Container Registry
Model registry
Analyze
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
TRANSVIHMI
nfernandez
Reads_Quality_Control
Commits
f2ef406c
Commit
f2ef406c
authored
3 years ago
by
Nicolas FERNANDEZ NUÑEZ
Browse files
Options
Downloads
Patches
Plain Diff
Just text edit RQCP.sh print
parent
de696f8a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-1
1 addition, 1 deletion
.gitignore
RQCP.sh
+8
-8
8 additions, 8 deletions
RQCP.sh
with
9 additions
and
9 deletions
.gitignore
+
1
−
1
View file @
f2ef406c
...
...
@@ -2,7 +2,7 @@
~*
*#
.DS_Store
#
.snakemake
.snakemake
*.temp
*.fastq
*.fastq.gz
...
...
This diff is collapsed.
Click to expand it.
RQCP.sh
+
8
−
8
View file @
f2ef406c
...
...
@@ -87,7 +87,7 @@ mkdir ${workdir}/results/reads/raw_links/ 2> /dev/null
# Create Symbolic links for raw reads
for
fastq
in
${
workdir
}
/resources/reads/
*
.fastq.gz
;
do
ln
-
-force
--symbolic
$fastq
${
workdir
}
/results/reads/raw_links/
$(
basename
$fastq
)
;
ln
-
sFv
$fastq
${
workdir
}
/results/reads/raw_links/
$(
basename
$fastq
)
;
done
echo
"________________________________________________________________________"
...
...
@@ -102,24 +102,24 @@ rename --force --verbose 's/_S\d+_L00\d_/_/' ${workdir}/results/reads/raw_links/
rename
--force
--verbose
's/_001.fastq.gz/.fastq.gz/'
${
workdir
}
/results/reads/raw_links/
*
.fastq.gz
# Remove end-name ID like {_001}.fastq.gz
# Create dir for QC-tools and Conf-backup #####
mkdir
${
workdir
}
/results/reads/cutadapt_removed/
mkdir
${
workdir
}
/results/reads/sickle-trim_paired-end_filtered/
mkdir
${
workdir
}
/results/reads/fastq-join_single-end/
mkdir
${
workdir
}
/results/reads/all_merged_single-end/
cp
-R
${
workdir
}
/config/
${
workdir
}
/results/config/
mkdir
${
workdir
}
/results/reads/cutadapt_removed/
2> /dev/null
mkdir
${
workdir
}
/results/reads/sickle-trim_paired-end_filtered/
2> /dev/null
mkdir
${
workdir
}
/results/reads/fastq-join_single-end/
2> /dev/null
mkdir
${
workdir
}
/results/reads/all_merged_single-end/
2> /dev/null
cp
-R
${
workdir
}
/config/
${
workdir
}
/results/config/
2> /dev/null
echo
"________________________________________________________________________"
###### Extract bwa indexes for small genomes #####
echo
""
echo
"#####
BOWTIE2
INDEXES EXTRACTION #####"
echo
"##### INDEXES EXTRACTION #####"
echo
"---------------------------------"
#tar --keep-old-files -xzvf ${workdir}/resources/databases/bowtie2_small_genomes.tar.gz -C ${workdir}/resources/databases/
#tar --keep-old-files -xzvf ${workdir}/resources/databases/bowtie2_large_genomes.tar.gz -C ${workdir}/resources/databases/
tar
--keep-old-files
-xzvf
${
workdir
}
/resources/databases/bwa_small_genomes.tar.gz
-C
${
workdir
}
/resources/databases/
tar
--keep-old-files
-xzvf
${
workdir
}
/resources/databases/bwa_large_genomes.tar.gz
-C
${
workdir
}
/resources/databases/
#
tar --keep-old-files -xzvf ${workdir}/resources/databases/bwa_large_genomes.tar.gz -C ${workdir}/resources/databases/
echo
"________________________________________________________________________"
...
...
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